diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-28 13:46:25 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-28 12:55:22 +0000 |
commit | 854dfdc9446629a0721bab15fbe6c2dcdf689dac (patch) | |
tree | 7d6cf47c1379e3641d0dddd9b1eacdd303d2dc29 /cui/source | |
parent | bf7a7d6d10d0a8e1c7771c8ae57123a91edb77d7 (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')
-rw-r--r-- | cui/source/dialogs/screenshotannotationdlg.cxx | 2 |
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) { |