lotuswordpro/source/filter/lwpfribptr.cxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit c3243dfbe0c11f57825c0aa7cf1c760f6b98d141
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Jun 26 11:23:19 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Jun 26 12:49:37 2020 +0200

    Upcoming improved loplugin:elidestringvar: lotuswordpro
    
    Change-Id: If39fbdf78bcac3394927c6a973cd5da36c1b35d6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97200
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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:
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to