summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-08 21:10:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-08 21:11:15 +0200
commit54f2d50360e596914deb80370e9d4671e16ba388 (patch)
tree1a5eddb51daa03b162233f1c5dfdce54362b388f /sfx2
parente7d646b46e152131b1d51f0d0719afd72c41c744 (diff)
loplugin:literaltoboolconversion
Change-Id: I7a312fb31774e198b71e5f733a2932d6b9607f57
Diffstat (limited to 'sfx2')
-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 bfd215f2f888..8e1eb0c7124d 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -1224,7 +1224,7 @@ void FileDialogHelper_Impl::preExecute()
#else
// However, the Mac OS X implementation's pickers run modally in execute and so the event doesn't
// get through in time... so we call the methods directly
- enablePasswordBox( sal_True );
+ enablePasswordBox( true );
updateFilterOptionsBox( );
updateSelectionBox( );
#endif