summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlghelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-01 08:27:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-02 06:58:37 +0000
commitd961af95cdc62565b2e804fedf7221aa8bb4d840 (patch)
treecc15b649ff7ea51c3c557fdde6cd09fe909231a9 /sfx2/source/dialog/filedlghelper.cxx
parent52f377c2590d71895998a170105d0b07c13c267b (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.cxx2
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;
}
}