summaryrefslogtreecommitdiff
path: root/desktop/source/app/dispatchwatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/dispatchwatcher.hxx')
-rw-r--r--desktop/source/app/dispatchwatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx
index 1ac7b4d3edf5..1fa1c9d97b49 100644
--- a/desktop/source/app/dispatchwatcher.hxx
+++ b/desktop/source/app/dispatchwatcher.hxx
@@ -92,7 +92,7 @@ class DispatchWatcher : public ::cppu::WeakImplHelper1< ::com::sun::star::frame:
static DispatchWatcher* GetDispatchWatcher();
// execute new dispatch request
- sal_Bool executeDispatchRequests( const DispatchList& aDispatches, bool bNoTerminate = false );
+ bool executeDispatchRequests( const DispatchList& aDispatches, bool bNoTerminate = false );
private:
DispatchWatcher();