summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/closedispatcher.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 15:53:21 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:49 +0200
commita6287e21f1dab6ae382c24ceeb4c0212b7cad2d7 (patch)
treef0bb68a88c56647fc9165ec69cc05cd5bc441ea6 /framework/inc/dispatch/closedispatcher.hxx
parentc2e98d3cc9e2642d746a9933fcd91230a7378aa1 (diff)
framework: sal_Bool->bool
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 0ac4621f8da7..d338cc0e1644 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -185,10 +185,10 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
@return [boolean]
sal_True if closing was successfully.
*/
- sal_Bool implts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFrame >& xFrame ,
- sal_Bool bAllowSuspend ,
- sal_Bool bCloseAllOtherViewsToo,
- sal_Bool& bControllerSuspended );
+ bool implts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFrame >& xFrame ,
+ bool bAllowSuspend ,
+ bool bCloseAllOtherViewsToo,
+ bool& bControllerSuspended );
/** @short close the member m_xCloseFrame.
@@ -204,7 +204,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
@return [bool]
sal_True if closing was successfully.
*/
- sal_Bool implts_closeFrame();
+ bool implts_closeFrame();
/** @short set the special BackingComponent (now StartModule)
as new component of our m_xCloseFrame.
@@ -212,7 +212,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
@return [bool]
sal_True if operation was successfully.
*/
- sal_Bool implts_establishBackingMode();
+ bool implts_establishBackingMode();
/** @short calls XDesktop->terminate().
@@ -225,7 +225,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
@return [bool]
sal_True if termination of the application was started ...
*/
- sal_Bool implts_terminateApplication();
+ bool implts_terminateApplication();
/** @short notify a DispatchResultListener.