summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribptr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribptr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribptr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx
index 239df1787504..89c0db7b5029 100644
--- a/lotuswordpro/source/filter/lwpfribptr.cxx
+++ b/lotuswordpro/source/filter/lwpfribptr.cxx
@@ -269,7 +269,7 @@ void LwpFribPtr::XFConvert()
break;
case FRIB_TAG_HARDSPACE:
{
- rtl::OUString sHardSpace(sal_Unicode(0x00a0));
+ OUString sHardSpace(sal_Unicode(0x00a0));
LwpHyperlinkMgr* pHyperlink =
m_pPara->GetStory()->GetHyperlinkMgr();
if (pHyperlink->GetHyperlinkFlag())
@@ -280,7 +280,7 @@ void LwpFribPtr::XFConvert()
break;
case FRIB_TAG_SOFTHYPHEN:
{
- rtl::OUString sSoftHyphen(sal_Unicode(0x00ad));
+ OUString sSoftHyphen(sal_Unicode(0x00ad));
pFrib->ConvertChars(m_pXFPara,sSoftHyphen);
}
break;