From b0f07a96489f3aa5d65b53322e61f5be747899fd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 6 Sep 2013 15:44:12 +0200 Subject: convert include/editeng/paperinf.hxx from String to OUString Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5 --- include/editeng/paperinf.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/editeng/paperinf.hxx') 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 ----------------------------------------------------------------- -- cgit