diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-22 15:22:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-22 15:22:13 +0000 |
commit | 03e28b32ee1fe527da14af39eae429057abc25f2 (patch) | |
tree | 0c416bd590150cf231024ffdee88903a4700887b /sw | |
parent | 40ffaa4f23fe59f979222facf1688d25c60651b6 (diff) |
fix build, loplugin:stringconcat
Change-Id: Ie3cc086235591a48b8807484ed61716341d61786
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/vba/vbaapplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |