diff options
Diffstat (limited to 'sfx2/source/appl/helpdispatch.cxx')
-rw-r--r-- | sfx2/source/appl/helpdispatch.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/appl/helpdispatch.cxx b/sfx2/source/appl/helpdispatch.cxx index 25ac27d7497d..57e11602715e 100644 --- a/sfx2/source/appl/helpdispatch.cxx +++ b/sfx2/source/appl/helpdispatch.cxx @@ -41,7 +41,6 @@ HelpDispatch_Impl::HelpDispatch_Impl( HelpInterceptor_Impl& _rInterceptor, } - HelpDispatch_Impl::~HelpDispatch_Impl() { } @@ -88,7 +87,6 @@ void SAL_CALL HelpDispatch_Impl::dispatch( } - void SAL_CALL HelpDispatch_Impl::addStatusListener( const Reference< XStatusListener >& xControl, const URL& aURL ) throw( RuntimeException, std::exception ) @@ -99,7 +97,6 @@ void SAL_CALL HelpDispatch_Impl::addStatusListener( } - void SAL_CALL HelpDispatch_Impl::removeStatusListener( const Reference< XStatusListener >& xControl, const URL& aURL ) throw( RuntimeException, std::exception ) |