summaryrefslogtreecommitdiff
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index 8d934f941a5c..f5a3c0d98784 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -32,8 +32,6 @@ namespace com { namespace sun { namespace star { namespace frame {
class ScTabViewShell;
-typedef std::vector< css::uno::Reference< css::frame::XStatusListener > > XStatusListenerArr_Impl;
-
class ScDispatchProviderInterceptor : public cppu::WeakImplHelper<
css::frame::XDispatchProviderInterceptor,
css::lang::XEventListener>,
@@ -91,7 +89,8 @@ class ScDispatch : public cppu::WeakImplHelper<
public SfxListener
{
ScTabViewShell* pViewShell;
- XStatusListenerArr_Impl aDataSourceListeners;
+ std::vector< css::uno::Reference< css::frame::XStatusListener > >
+ aDataSourceListeners;
ScImportParam aLastImport;
bool bListeningToView;