diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 402dbb231f31..1220094c0508 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1565,7 +1565,7 @@ int Desktop::Main() // which does only work for VCL dialogs!! SvtMiscOptions aMiscOptions; pExecGlobals->bUseSystemFileDialog = aMiscOptions.UseSystemFileDialog(); - aMiscOptions.SetUseSystemFileDialog( sal_False ); + aMiscOptions.SetUseSystemFileDialog( false ); } pExecGlobals->bRestartRequested = xRestartManager->isRestartRequested( |