summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/oxt_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/oxt_handler.hxx')
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx
index aa9ceb2a45e6..505097c91446 100644
--- a/framework/inc/dispatch/oxt_handler.hxx
+++ b/framework/inc/dispatch/oxt_handler.hxx
@@ -38,7 +38,6 @@
#include <cppuhelper/implbase3.hxx>
-
namespace framework{
/*-************************************************************************************************************
@@ -62,25 +61,21 @@ class Oxt_Handler : public ::cppu::WeakImplHelper3<
public:
-
// constructor / destructor
Oxt_Handler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
virtual ~Oxt_Handler( );
-
// XInterface, XTypeProvider, XServiceInfo
DECLARE_XSERVICEINFO
-
// XNotifyingDispatch
virtual void SAL_CALL dispatchWithNotification(const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XDispatch
virtual void SAL_CALL dispatch ( const css::util::URL& aURL ,
@@ -91,7 +86,6 @@ class Oxt_Handler : public ::cppu::WeakImplHelper3<
virtual void SAL_CALL removeStatusListener ( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE {};
-
// XExtendedFilterDetection
virtual OUString SAL_CALL detect ( css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -99,12 +93,10 @@ class Oxt_Handler : public ::cppu::WeakImplHelper3<
protected:
-
// private methods
private:
-
// variables
// (should be private everyway!)