diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:20:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:10 +0200 |
commit | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch) | |
tree | 060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/dispuno.hxx | |
parent | ed6b8a100c1aabb342573f252509573bbe124d29 (diff) |
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r-- | sc/inc/dispuno.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx index 393445b51f7a..cf01087744a7 100644 --- a/sc/inc/dispuno.hxx +++ b/sc/inc/dispuno.hxx @@ -27,19 +27,16 @@ #include "global.hxx" #include <boost/ptr_container/ptr_vector.hpp> - namespace com { namespace sun { namespace star { namespace frame { class XDispatchProviderInterception; } } } } class ScTabViewShell; - typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > XStatusListenerRef; typedef boost::ptr_vector<XStatusListenerRef> XStatusListenerArr_Impl; - class ScDispatchProviderInterceptor : public cppu::WeakImplHelper2< com::sun::star::frame::XDispatchProviderInterceptor, com::sun::star::lang::XEventListener>, @@ -97,7 +94,6 @@ public: throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; - class ScDispatch : public cppu::WeakImplHelper2< com::sun::star::frame::XDispatch, com::sun::star::view::XSelectionChangeListener >, @@ -140,7 +136,6 @@ public: throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |