diff options
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/paperinf.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/paperinf.hxx b/include/editeng/paperinf.hxx index 2c53ca554122..a0fe49262651 100644 --- a/include/editeng/paperinf.hxx +++ b/include/editeng/paperinf.hxx @@ -30,7 +30,6 @@ class Printer; class Size; -class String; // class SvxPaperInfo ----------------------------------------------------- @@ -42,7 +41,7 @@ public: static Size GetPaperSize( const Printer* pPrinter ); static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit = MAP_TWIP, bool bSloppy = sal_False ); static long GetSloppyPaperDimension( long nSize, MapUnit eUnit = MAP_TWIP ); - static String GetName( Paper ePaper ); + static OUString GetName( Paper ePaper ); }; // INLINE ----------------------------------------------------------------- |