[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 8 12:11:40 PDT 2014
sfx2/source/dialog/filedlghelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 54f2d50360e596914deb80370e9d4671e16ba388
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 8 21:10:55 2014 +0200
loplugin:literaltoboolconversion
Change-Id: I7a312fb31774e198b71e5f733a2932d6b9607f57
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index bfd215f..8e1eb0c 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
More information about the Libreoffice-commits
mailing list