diff -r e7aa27f58ae1 -r e1b6206813b4 ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp --- a/ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp Tue Feb 02 00:02:40 2010 +0200 +++ b/ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp Fri Feb 19 22:37:30 2010 +0200 @@ -20,7 +20,7 @@ #include "TestAppContainer.h" #include #include -#include +#include #include #include #include @@ -38,11 +38,11 @@ CreateWindowL(); // Get the skin instance - iSkinInstance = AknsUtils::SkinInstance(); + iSkinInstance = AknsUtils::SkinInstance(); - // Create background control context for skinning the background - iBackgroundSkinContext = CAknsBasicBackgroundControlContext::NewL( - KAknsIIDSkinBmpMainPaneUsual, aRect, ETrue ); + // Create background control context for skinning the background + iBackgroundSkinContext = CAknsBasicBackgroundControlContext::NewL( + KAknsIIDSkinBmpMainPaneUsual, aRect, ETrue ); iListBox = new (ELeave) CEikTextListBox; iListBox->SetContainerWindowL( *this ); @@ -119,7 +119,7 @@ void CTestAppContainer::Draw(const TRect& /*aRect*/) const { CWindowGc& gc = SystemGc(); - + AknsDrawUtils::Background( iSkinInstance, iBackgroundSkinContext, this, gc, Rect() ); }