diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-11 14:47:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-08-11 15:38:55 +0100 |
commit | f2a60c783a8099f07b05f25301833f405c161d59 (patch) | |
tree | 7393fa4e38808d1d136981196268b4fee12eae07 /include/sfx2/unoctitm.hxx | |
parent | 20469b56502687f85ce0fa9e5f7a50273daa3e91 (diff) |
factor this status change code out
no logic change intended
Change-Id: I74e58f61fdb5d9684384dac5ba9803fc2d411ca7
Diffstat (limited to 'include/sfx2/unoctitm.hxx')
-rw-r--r-- | include/sfx2/unoctitm.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx index c2e060e0b2b6..496c5cff53c6 100644 --- a/include/sfx2/unoctitm.hxx +++ b/include/sfx2/unoctitm.hxx @@ -126,6 +126,8 @@ class SfxDispatchController_Impl : public SfxControllerItem css::uno::Sequence< css::beans::PropertyValue >& rArgs ); static SfxMapUnit GetCoreMetric( SfxItemPool& rPool, sal_uInt16 nSlot ); + void sendStatusChanged(const OUString& rURL, const css::frame::FeatureStateEvent& rEvent); + public: SfxDispatchController_Impl( SfxOfficeDispatch* pDisp, SfxBindings* pBind, |