cui/source/dialogs/screenshotannotationdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 854dfdc9446629a0721bab15fbe6c2dcdf689dac
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Sun Aug 28 13:46:25 2016 +0200

    loplugin:salbool
    
    Change-Id: Icfc96f978a0fd73ceadbe3a4d57b9758e244ff2b
    Reviewed-on: https://gerrit.libreoffice.org/28436
    Reviewed-by: Jochen Nitschke <j.nitschke+loger...@ok.de>
    Tested-by: Jochen Nitschke <j.nitschke+loger...@ok.de>

diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx 
b/cui/source/dialogs/screenshotannotationdlg.cxx
index 44542ee..84ccf364 100644
--- a/cui/source/dialogs/screenshotannotationdlg.cxx
+++ b/cui/source/dialogs/screenshotannotationdlg.cxx
@@ -291,7 +291,7 @@ IMPL_LINK_TYPED(ScreenshotAnnotationDlg_Impl, 
saveButtonHandler, Button*, pButto
     xFilePicker->appendFilter("*.png", "*.png");
     xFilePicker->setCurrentFilter("*.png");
     xFilePicker->setDefaultName(OStringToOUString(aDerivedFileName, 
RTL_TEXTENCODING_UTF8));
-    xFilePicker->setMultiSelectionMode(sal_False);
+    xFilePicker->setMultiSelectionMode(false);
 
     if (xFilePicker->execute() == ui::dialogs::ExecutableDialogResults::OK)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to