summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-06 15:44:12 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:31 +0200
commitb0f07a96489f3aa5d65b53322e61f5be747899fd (patch)
tree703f70ec4299f962972e79c4a2e09cd3cdf6e1f7 /editeng
parent15c9ed6bd3045f281ffdd30f6af638e554bbb07d (diff)
convert include/editeng/paperinf.hxx from String to OUString
Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/paperinf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/items/paperinf.cxx b/editeng/source/items/paperinf.cxx
index 4eb285f5d138..76b29bf559e5 100644
--- a/editeng/source/items/paperinf.cxx
+++ b/editeng/source/items/paperinf.cxx
@@ -117,9 +117,9 @@ Size SvxPaperInfo::GetDefaultPaperSize( MapUnit eUnit )
Description: String representation for the SV-defines of paper size
------------------------------------------------------------------------*/
-String SvxPaperInfo::GetName( Paper ePaper )
+OUString SvxPaperInfo::GetName( Paper ePaper )
{
- return String( Printer::GetPaperName( ePaper ) );
+ return Printer::GetPaperName( ePaper );
}