summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-17 18:41:03 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-08-17 21:10:39 +0000
commit8aee44c1814ae7c1af14e942cf0513e1612a82d9 (patch)
treeae9cfa6bc005c875176691c8c216f7421800847b /include/editeng
parent04314cc1244a5c681c2a0ea743e3675665ed7b7c (diff)
String to OUString
Change-Id: I41b73e0af6841247a0403974b1c66e5a66123420 Reviewed-on: https://gerrit.libreoffice.org/5483 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/numitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index fbe59e651c65..3df4a96fe870 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -72,8 +72,8 @@ public:
SvxNumberType(const SvxNumberType& rType);
~SvxNumberType();
- String GetNumStr( sal_uLong nNo ) const;
- String GetNumStr( sal_uLong nNo, const com::sun::star::lang::Locale& rLocale ) const;
+ OUString GetNumStr( sal_uLong nNo ) const;
+ OUString GetNumStr( sal_uLong nNo, const com::sun::star::lang::Locale& rLocale ) const;
void SetNumberingType(sal_Int16 nSet) {nNumType = nSet;}
sal_Int16 GetNumberingType() const {return nNumType;}