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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 15:23:19 UTC 2019


 sw/source/ui/vba/vbaapplication.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 03e28b32ee1fe527da14af39eae429057abc25f2
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 22 15:22:13 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jan 22 15:22:13 2019 +0000

    fix build, loplugin:stringconcat
    
    Change-Id: Ie3cc086235591a48b8807484ed61716341d61786

diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index 16416204ca0f..6836f5ab7c5d 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -562,7 +562,7 @@ SwWordBasic::ToolsOptionsView( const css::uno::Any& DraftFont,
                                const css::uno::Any& Highlight )
 {
     SAL_INFO("sw.vba", "WordBasic.ToolsOptionsView("
-             << "DraftFont:=" << DraftFont
+                "DraftFont:=" << DraftFont
              << ", WrapToWindow:=" << WrapToWindow
              << ", PicturePlaceHolders:=" << PicturePlaceHolders
              << ", FieldCodes:=" << FieldCodes


More information about the Libreoffice-commits mailing list