diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-21 12:42:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-21 14:17:56 +0200 |
commit | 2f3ea8dfbc7dedc785cd07ad0b681a0da3904a80 (patch) | |
tree | 533c450fb3e8e5b75d5ccdc9dc6c358da481513f /sc/inc/dispuno.hxx | |
parent | 54409159b8a12ca3d387e2ff2a2e1ff9dad1a2a3 (diff) |
refactor out some com::sun::star typedefs
which mostly serve to make the code harder to read
Change-Id: Ia2a83fee9f850ab6f0bea6305ce8600d6b785fe8
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r-- | sc/inc/dispuno.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx index b2b73d68b621..288a5f0f5ce1 100644 --- a/sc/inc/dispuno.hxx +++ b/sc/inc/dispuno.hxx @@ -32,9 +32,7 @@ namespace com { namespace sun { namespace star { namespace frame { class ScTabViewShell; -typedef ::com::sun::star::uno::Reference< - ::com::sun::star::frame::XStatusListener > XStatusListenerRef; -typedef std::vector<XStatusListenerRef> XStatusListenerArr_Impl; +typedef std::vector< css::uno::Reference< css::frame::XStatusListener > > XStatusListenerArr_Impl; class ScDispatchProviderInterceptor : public cppu::WeakImplHelper< com::sun::star::frame::XDispatchProviderInterceptor, |