diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-20 16:41:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-24 08:12:10 +0200 |
commit | b41badb803b4d4597901fdc6c899305f3e914aaa (patch) | |
tree | fef608dcd073cd07fdd9c3c5ba28841d305bf593 /desktop | |
parent | f7074d8de59f58367b31d7266037880403ac27ef (diff) |
svtools: sal_Bool->bool
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
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( |