summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx b/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx
index 01da9c813ae6..924ab181b0f0 100644
--- a/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx
@@ -228,8 +228,8 @@ void XFNumberStyle::ToXml_Negative(IXFStream *pStrm)
IXFAttrList *pAttrList = pStrm->GetAttrList();
pAttrList->Clear();
- rtl::OUString strStyleName = GetStyleName();
- rtl::OUString strGEStyle = strStyleName + A2OUSTR("PO");
+ OUString strStyleName = GetStyleName();
+ OUString strGEStyle = strStyleName + A2OUSTR("PO");
SetStyleName(strGEStyle);
ToXml_Normal(pStrm);