Kaydet (Commit) f80d4287 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused stuff scheduled to be removed 'before the next major'

Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934
üst 87179c89
...@@ -71,16 +71,6 @@ struct TMutexInit ...@@ -71,16 +71,6 @@ struct TMutexInit
*/ */
class SVT_DLLPUBLIC AcceleratorExecute : private 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 // member
private: private:
...@@ -97,18 +87,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit ...@@ -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_xGlobalCfg;
css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xModuleCfg; css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xModuleCfg;
css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xDocCfg; 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 // interface
public: public:
...@@ -227,12 +205,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit ...@@ -227,12 +205,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
/** TODO document me */ /** TODO document me */
SVT_DLLPRIVATE css::uno::Reference< css::util::XURLTransformer > impl_ts_getURLParser(); 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 } // namespace svt
......
...@@ -83,8 +83,7 @@ class SVT_DLLPRIVATE AsyncAccelExec : public cppu::WeakImplHelper<css::lang::XEv ...@@ -83,8 +83,7 @@ class SVT_DLLPRIVATE AsyncAccelExec : public cppu::WeakImplHelper<css::lang::XEv
AcceleratorExecute::AcceleratorExecute() AcceleratorExecute::AcceleratorExecute()
: TMutexInit ( ) : TMutexInit()
, m_aAsyncCallback(LINK(this, AcceleratorExecute, impl_ts_asyncCallback))
{ {
} }
...@@ -431,13 +430,6 @@ css::uno::Reference< css::util::XURLTransformer > AcceleratorExecute::impl_ts_ge ...@@ -431,13 +430,6 @@ css::uno::Reference< css::util::XURLTransformer > AcceleratorExecute::impl_ts_ge
return xParser; return xParser;
} }
IMPL_LINK_NOARG_TYPED(AcceleratorExecute, impl_ts_asyncCallback, LinkParamNone*, void)
{
// replaced by AsyncAccelExec!
}
AsyncAccelExec::AsyncAccelExec(const css::uno::Reference<css::lang::XComponent>& xFrame, AsyncAccelExec::AsyncAccelExec(const css::uno::Reference<css::lang::XComponent>& xFrame,
const css::uno::Reference<css::frame::XDispatch>& xDispatch, const css::uno::Reference<css::frame::XDispatch>& xDispatch,
const css::util::URL& rURL) const css::util::URL& rURL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment