diff options
Diffstat (limited to 'sdext/source/presenter/PresenterProtocolHandler.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.hxx b/sdext/source/presenter/PresenterProtocolHandler.hxx index 2c7918e735f8..5b1c8acfd976 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.hxx +++ b/sdext/source/presenter/PresenterProtocolHandler.hxx @@ -43,7 +43,6 @@ namespace css = ::com::sun::star; namespace sdext { namespace presenter { - namespace { typedef ::cppu::WeakComponentImplHelper2 < css::lang::XInitialization, @@ -69,14 +68,12 @@ public: const css::uno::Reference<css::uno::XComponentContext>& rxContext) SAL_THROW((css::uno::Exception)); - // XInitialization virtual void SAL_CALL initialize( const css::uno::Sequence<css::uno::Any>& aArguments) throw (css::uno::Exception, css::uno::RuntimeException); - // XDispatchProvider virtual css::uno::Reference<css::frame::XDispatch > SAL_CALL @@ -91,7 +88,6 @@ public: const css::uno::Sequence< css::frame::DispatchDescriptor>& rDescriptors) throw(css::uno::RuntimeException); - private: class Dispatch; ::rtl::Reference<PresenterController> mpPresenterController; |