diff options
-rw-r--r-- | lotuswordpro/source/filter/lwpfribptr.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx index 3b2f82395786..dc00504a9be6 100644 --- a/lotuswordpro/source/filter/lwpfribptr.cxx +++ b/lotuswordpro/source/filter/lwpfribptr.cxx @@ -260,10 +260,7 @@ void LwpFribPtr::XFConvert() } break; case FRIB_TAG_SOFTHYPHEN: - { - OUString sSoftHyphen(u'\x00ad'); - pFrib->ConvertChars(m_pXFPara,sSoftHyphen); - } + pFrib->ConvertChars(m_pXFPara,u"\x00ad"); break; case FRIB_TAG_FRAME: { |