summaryrefslogtreecommitdiffstats
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 1f350a640e53..67e543b1df5b 100644
--- a/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
+++ b/lotuswordpro/source/filter/xfilter/xftextcontent.cxx
@@ -81,8 +81,8 @@ void XFTextContent::SetText(const rtl::OUString& text)
void XFTextContent::ToXml(IXFStream *pStrm)
{
// pStrm->Characters(m_strText);
- rtl::OUString sSpaceToken(RTL_CONSTASCII_USTRINGPARAM(" "));
- sSpaceToken += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" "));
+ rtl::OUString sSpaceToken(" ");
+ sSpaceToken += rtl::OUString(" ");
rtl::OUString sSubString;
sal_Int32 nIndex = 0;
sal_Int32 nSize = m_strText.getLength();