diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-01 08:27:30 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-02 06:58:37 +0000 |
commit | d961af95cdc62565b2e804fedf7221aa8bb4d840 (patch) | |
tree | cc15b649ff7ea51c3c557fdde6cd09fe909231a9 /sfx2/source/dialog/filedlghelper.cxx | |
parent | 52f377c2590d71895998a170105d0b07c13c267b (diff) |
loplugin:countusersofdefaultparams in sfx2
Change-Id: I0a21e2f8069bc698700e97e7c5e4ae508240ff98
Reviewed-on: https://gerrit.libreoffice.org/27761
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/dialog/filedlghelper.cxx')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index acdd72ec061b..79d48f19a944 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -289,7 +289,7 @@ void FileDialogHelper_Impl::handleControlStateChanged( const FilePickerEvent& aE break; case ExtendedFilePickerElementIds::CHECKBOX_PREVIEW: - updatePreviewState(); + updatePreviewState(true); break; } } |