summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-06 11:19:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-06 11:19:42 +0100
commitc38aa3b734a0176eedb41d8c2c40f5ac293c11ba (patch)
tree775d54732ea12b732d76356472f8c31bac9dfa29 /fpicker
parent4654e312cfcd84d64bc844c56b3fab8594a76888 (diff)
loplugin:salbool
Change-Id: I7dfd48a04e2dff1391d10acb75180711b403af9b
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
index e91d3fe735d2..b4c1e9bcc0ee 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
@@ -1074,7 +1074,7 @@ void VistaFilePickerImpl::impl_sta_SetControlValue(const RequestRef& rRequest)
//case css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_PREVIEW : // can be ignored ... preview is supported native now !
case css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_SELECTION :
{
- sal_Bool bValue = false;
+ bool bValue = false;
aValue >>= bValue;
iCustom->SetCheckButtonState(nId, bValue);
}