summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/helpdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/helpdispatch.cxx')
-rw-r--r--sfx2/source/appl/helpdispatch.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/helpdispatch.cxx b/sfx2/source/appl/helpdispatch.cxx
index 8ae6135e24a7..25ac27d7497d 100644
--- a/sfx2/source/appl/helpdispatch.cxx
+++ b/sfx2/source/appl/helpdispatch.cxx
@@ -32,8 +32,7 @@ using namespace ::com::sun::star::util;
// class HelpInterceptor_Impl --------------------------------------------
HelpDispatch_Impl::HelpDispatch_Impl( HelpInterceptor_Impl& _rInterceptor,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XDispatch >& _xDisp ) :
+ const css::uno::Reference< css::frame::XDispatch >& _xDisp ) :
m_rInterceptor ( _rInterceptor ),
m_xRealDispatch ( _xDisp )