diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-26 11:23:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-26 12:49:37 +0200 |
commit | c3243dfbe0c11f57825c0aa7cf1c760f6b98d141 (patch) | |
tree | 2647c6fb482ef1e82fa5b56fef67c35f5a922a3b /lotuswordpro | |
parent | b0e0ba28dcb69b6d042107f24c961b444eb6793e (diff) |
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@redhat.com>
Diffstat (limited to 'lotuswordpro')
-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: { |