summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-25 14:01:55 +0200
committerNoel Power <noel.power@suse.com>2012-09-26 11:20:34 +0100
commit0b7e226ee59f5f18a24a366f5f93e85d13e454df (patch)
treed4f27b3bd6f75047e6daa46f0f85f736d8361997 /desktop/source
parent04eee686fc6b8cd95f7210fe0426316e7fc7aac0 (diff)
sal_Bool -> bool, convert InitAccessBridge and friends
Change-Id: I08b5a76c68c67c3837427ad74106e170c64cdaaa
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
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 )