diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-06 15:44:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:31 +0200 |
commit | b0f07a96489f3aa5d65b53322e61f5be747899fd (patch) | |
tree | 703f70ec4299f962972e79c4a2e09cd3cdf6e1f7 /include | |
parent | 15c9ed6bd3045f281ffdd30f6af638e554bbb07d (diff) |
convert include/editeng/paperinf.hxx from String to OUString
Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5
Diffstat (limited to 'include')
-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 ----------------------------------------------------------------- |