diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-21 15:43:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-21 15:52:41 +0100 |
commit | f80d42876af3808069ca5ea5fb758cf22777dbbc (patch) | |
tree | f6f27f831b252dc894a04dcb9e7a513a1c277e4a /include/svtools | |
parent | 87179c89d55cad895336f14e9fdba11ea9694a15 (diff) |
drop unused stuff scheduled to be removed 'before the next major'
Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/acceleratorexecute.hxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index 975b44def6f9..a4ef5d568b32 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -71,16 +71,6 @@ struct TMutexInit */ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit { - - // const, types - private: - - /** @deprecated - replaced by internal class AsyncAccelExec ... - remove this resource here if we go forwards to next major */ - typedef ::std::vector< ::std::pair< css::util::URL, css::uno::Reference< css::frame::XDispatch > > > TCommandQueue; - - // member private: @@ -97,18 +87,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xGlobalCfg; css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xModuleCfg; css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xDocCfg; - - /** @deprecated - replaced by internal class AsyncAccelExec ... - remove this resource here if we go forwards to next major */ - TCommandQueue m_lCommandQueue; - - /** @deprecated - replaced by internal class AsyncAccelExec ... - remove this resource here if we go forwards to next major */ - vcl::EventPoster m_aAsyncCallback; - - // interface public: @@ -227,12 +205,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit /** TODO document me */ SVT_DLLPRIVATE css::uno::Reference< css::util::XURLTransformer > impl_ts_getURLParser(); - - - /** @deprecated - replaced by internal class AsyncAccelExec ... - remove this resource here if we go forwards to next major */ - DECL_DLLPRIVATE_LINK_TYPED(impl_ts_asyncCallback, LinkParamNone*, void); }; } // namespace svt |