Kaydet (Commit) 54f2d503 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: I7a312fb31774e198b71e5f733a2932d6b9607f57
üst e7d646b4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment