framework/inc/dispatch/oxt_handler.hxx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-)
New commits: commit d5e7eb0c2cad00ae88a9bacf88381f0177d09b61 Author: Douglas Mencken <dougmenc...@gmail.com> Date: Fri Apr 15 19:30:30 2016 -0400 bin these Change-Id: Ic43d15d68533ee19b1a7268e5b139e4584ceeb42 Reviewed-on: https://gerrit.libreoffice.org/24121 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx index 874ea6a..96920ad 100644 --- a/framework/inc/dispatch/oxt_handler.hxx +++ b/framework/inc/dispatch/oxt_handler.hxx @@ -56,12 +56,8 @@ class Oxt_Handler : public ::cppu::WeakImplHelper< css::document::XExtendedFilterDetection > { - // public methods - public: - // constructor / destructor - Oxt_Handler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ); virtual ~Oxt_Handler( ); @@ -88,15 +84,6 @@ class Oxt_Handler : public ::cppu::WeakImplHelper< // XExtendedFilterDetection virtual OUString SAL_CALL detect ( css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ) throw( css::uno::RuntimeException, std::exception ) override; - // protected methods - - protected: - - private: - - // variables - // (should be private everyway!) - private: osl::Mutex m_mutex; @@ -104,9 +91,9 @@ class Oxt_Handler : public ::cppu::WeakImplHelper< css::uno::Reference< css::uno::XInterface > m_xSelfHold; /// we must protect us against dying during async(!) dispatch() call! css::uno::Reference< css::frame::XDispatchResultListener > m_xListener; -}; // class Oxt_Handler +}; -} // namespace framework +} #endif // INCLUDED_FRAMEWORK_INC_DISPATCH_OXT_HANDLER_HXX _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits