summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2016-04-15 19:30:30 -0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-16 05:54:50 +0000
commitd5e7eb0c2cad00ae88a9bacf88381f0177d09b61 (patch)
tree4631974b3e03e6a9960c86dfe14e18b09802b37c /framework
parentae73cdb9fc674b642347429fecd52456987a7831 (diff)
bin these
Change-Id: Ic43d15d68533ee19b1a7268e5b139e4584ceeb42 Reviewed-on: https://gerrit.libreoffice.org/24121 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx
index 874ea6a9edf1..96920adf642f 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