javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtedwincustomdrawer.h
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtedwincustomdrawer.h	Fri Apr 30 10:40:48 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtedwincustomdrawer.h	Tue May 11 16:07:20 2010 +0300
@@ -56,7 +56,7 @@
                   const TInt aStart, const TInt aEnd, const TPoint& aTextOrigin,
                   TInt aExtraPixels) const;
 #endif
-    
+
     TRgb SystemColor(TUint aColorIndex, TRgb aDefaultColor) const;
 
 private:
@@ -64,13 +64,13 @@
      * Control owning the drawer.
      */
     const CEikEdwin& iEdwin;
-    
+
     /**
      * Original drawer used for actual drawing.
      * Not own.
      */
     const MFormCustomDraw* iEdWinDrawer;
-    
+
     /**
      * Clipping rectangle.
      * Applied before iEdWinDrawer draws.