diff options
Diffstat (limited to 'framework/inc/dispatch/startmoduledispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/startmoduledispatcher.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx index 306989e35cd1..6f054d6d5586 100644 --- a/framework/inc/dispatch/startmoduledispatcher.hxx +++ b/framework/inc/dispatch/startmoduledispatcher.hxx @@ -138,7 +138,7 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper2< /** @short check if StartModule can be shown. */ - ::sal_Bool implts_isBackingModePossible(); + sal_Bool implts_isBackingModePossible(); /** @short open the special BackingComponent (now StartModule) @@ -146,7 +146,7 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper2< @return [bool] sal_True if operation was successfully. */ - ::sal_Bool implts_establishBackingMode(); + sal_Bool implts_establishBackingMode(); /** @short notify a DispatchResultListener. |