sw/source/ui/vba/vbaapplication.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 03e28b32ee1fe527da14af39eae429057abc25f2 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jan 22 15:22:13 2019 +0000 Commit: Caolán McNamara <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
