summaryrefslogtreecommitdiff
path: root/svx/source/inc/formdispatchinterceptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/formdispatchinterceptor.hxx')
-rw-r--r--svx/source/inc/formdispatchinterceptor.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/inc/formdispatchinterceptor.hxx b/svx/source/inc/formdispatchinterceptor.hxx
index f6987e6ce252..ae70507463b8 100644
--- a/svx/source/inc/formdispatchinterceptor.hxx
+++ b/svx/source/inc/formdispatchinterceptor.hxx
@@ -47,12 +47,15 @@ namespace svxform
class DispatchInterceptor
{
public:
- DispatchInterceptor() { }
-
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch> interceptedQueryDispatch(
const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& aTargetFrameName, sal_Int32 nSearchFlags) throw( ::com::sun::star::uno::RuntimeException ) = 0;
virtual ::osl::Mutex* getInterceptorMutex() = 0;
+
+ protected:
+ DispatchInterceptor() {}
+
+ ~DispatchInterceptor() {}
};
//====================================================================