[Libreoffice-commits] core.git: lotuswordpro/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 26 10:50:14 UTC 2020


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

New commits:
commit c3243dfbe0c11f57825c0aa7cf1c760f6b98d141
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jun 26 11:23:19 2020 +0200
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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:
         {


More information about the Libreoffice-commits mailing list