summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xftextcontent.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xftextcontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xftextcontent.cxx b/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
index baca854d8d63..7d47ea79b60d 100644
--- a/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
+++ b/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
@@ -107,8 +107,8 @@ void XFTextContent::ToXml(IXFStream *pStrm)
IXFAttrList *pAttrList = pStrm->GetAttrList();
pAttrList->Clear();
pAttrList->AddAttribute( "text:c", OUString::number(j-nIndex) );
- pStrm->StartElement( OUString("text:s") );
- pStrm->EndElement( OUString("text:s") );
+ pStrm->StartElement( "text:s" );
+ pStrm->EndElement( "text:s" );
i+=j;
}