summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:29:41 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:31:05 +0200
commit86637135b809f94973a6b55084d8045bbd276ceb (patch)
treef9372452b6fdd269ecf9088f009e9683fed7c3c1 /editeng
parentec365165ba7f332df479422174899808e1ff4152 (diff)
String to OUString and some optimizations
Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/numitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index 973dd63a03b0..9698c9084c7e 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -598,7 +598,7 @@ String SvxNumberFormat::CreateRomanString( sal_uLong nNo, sal_Bool bUpper )
return sRet;
}
-const String& SvxNumberFormat::GetCharFmtName()const
+OUString SvxNumberFormat::GetCharFmtName()const
{
return sCharStyleName;
}