calendarui/regionalplugins/calenregionalutil/inc/calenextrarowformatter.h
branchRCL_3
changeset 29 12af337248b1
parent 0 f979ecb2b13e
child 30 bd7edf625bdd
--- a/calendarui/regionalplugins/calenregionalutil/inc/calenextrarowformatter.h	Thu Aug 19 09:53:43 2010 +0300
+++ b/calendarui/regionalplugins/calenregionalutil/inc/calenextrarowformatter.h	Tue Aug 31 15:13:43 2010 +0300
@@ -21,7 +21,7 @@
 
 #include <e32base.h>
 
-#include "calenlunarlocalizedinfo.h"
+#include "CalenLunarLocalizedInfo.h"
 #include "CalendarVariant.hrh"
 #include "calendarui_debug.h"
 
@@ -34,22 +34,10 @@
 
     IMPORT_C virtual ~CCalenExtraRowFormatter();
 
-    IMPORT_C TPtrC FormatExtraRowInformationL( CCalenLunarLocalizedInfo& aLocInfo, 
-                                      RArray<CCalenLunarLocalizedInfo::TField>& aPrioritizedFields,
-                                      TInt aMaxWidth,
-                                      const CFont& aFont
-
-                                      , TBool aTwoLines
-
-                                      );   
-    
-private:
-    TBool TryToFitL( const TDesC& aStr, TInt aMaxWidth, const CFont& aFont
-
-                     , TBool aTwoLines
-
-                     );
-
+    IMPORT_C TPtrC FormatExtraRowInformationL( 
+					CCalenLunarLocalizedInfo& aLocInfo, 
+					RArray<CCalenLunarLocalizedInfo::TField>& aPrioritizedFields 
+					);
 
 private: // own methods
     CCalenExtraRowFormatter();