summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/screenshotannotationdlg.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-28 13:46:25 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-28 12:55:22 +0000
commit854dfdc9446629a0721bab15fbe6c2dcdf689dac (patch)
tree7d6cf47c1379e3641d0dddd9b1eacdd303d2dc29 /cui/source/dialogs/screenshotannotationdlg.cxx
parentbf7a7d6d10d0a8e1c7771c8ae57123a91edb77d7 (diff)
loplugin:salbool
Change-Id: Icfc96f978a0fd73ceadbe3a4d57b9758e244ff2b Reviewed-on: https://gerrit.libreoffice.org/28436 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'cui/source/dialogs/screenshotannotationdlg.cxx')
-rw-r--r--cui/source/dialogs/screenshotannotationdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx
index 44542eeae62a..84ccf364367d 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)
{