diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-07 09:15:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-07 13:53:50 +0200 |
commit | 74fdda0cd41d97b6c97d2115584ee48fd552514e (patch) | |
tree | fa29308f180abbd7dec4c16f5603604a15fa079e /sfx2/source/appl/appdata.cxx | |
parent | 1eee88dd6bf2c647aa3458d33a5f45c51c024186 (diff) |
sfx2: sal_Bool->bool
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
Diffstat (limited to 'sfx2/source/appl/appdata.cxx')
-rw-r--r-- | sfx2/source/appl/appdata.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 21ed0693202f..82f4c2d2c611 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -114,10 +114,10 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* ) , pInterfaces( 0 ) , nDocNo(0) , nInterfaces( 0 ) - , bDowning( sal_True ) - , bInQuit( sal_False ) - , bInvalidateOnUnlock( sal_False ) - , bODFVersionWarningLater( sal_False ) + , bDowning( true ) + , bInQuit( false ) + , bInvalidateOnUnlock( false ) + , bODFVersionWarningLater( false ) { #ifndef DISABLE_SCRIPTING |