diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-25 14:01:55 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-26 11:20:34 +0100 |
commit | 0b7e226ee59f5f18a24a366f5f93e85d13e454df (patch) | |
tree | d4f27b3bd6f75047e6daa46f0f85f736d8361997 /padmin/source | |
parent | 04eee686fc6b8cd95f7210fe0426316e7fc7aac0 (diff) |
sal_Bool -> bool, convert InitAccessBridge and friends
Change-Id: I08b5a76c68c67c3837427ad74106e170c64cdaaa
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/pamain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx index 4eb997a0697e..6f6e2e3e722e 100644 --- a/padmin/source/pamain.cxx +++ b/padmin/source/pamain.cxx @@ -117,7 +117,7 @@ int MyApp::Main() if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() ) { - sal_Bool bQuitApp; + bool bQuitApp; if( !InitAccessBridge( true, bQuitApp ) ) if( bQuitApp ) return EXIT_FAILURE; |