From 0b7e226ee59f5f18a24a366f5f93e85d13e454df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Sep 2012 14:01:55 +0200 Subject: sal_Bool -> bool, convert InitAccessBridge and friends Change-Id: I08b5a76c68c67c3837427ad74106e170c64cdaaa --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 0e6ec43d0787..48c2e0cb91bc 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1465,7 +1465,7 @@ int Desktop::Main() RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" ); if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() ) { - sal_Bool bQuitApp; + bool bQuitApp; if( !InitAccessBridge( true, bQuitApp ) ) if( bQuitApp ) -- cgit