diff options
Diffstat (limited to 'sw/source/uibase/inc/tmplctrl.hxx')
-rw-r--r-- | sw/source/uibase/inc/tmplctrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/tmplctrl.hxx b/sw/source/uibase/inc/tmplctrl.hxx index dfd0af308625..df8ed5170b04 100644 --- a/sw/source/uibase/inc/tmplctrl.hxx +++ b/sw/source/uibase/inc/tmplctrl.hxx @@ -26,8 +26,8 @@ class SwTemplateControl final : public SfxStatusBarControl virtual void Command(const CommandEvent& rCEvt) override; public: - virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, - const SfxPoolItem* pState) override; + virtual void StateChangedAtStatusBarControl(sal_uInt16 nSID, SfxItemState eState, + const SfxPoolItem* pState) override; virtual void Paint(const UserDrawEvent& rEvt) override; SFX_DECL_STATUSBAR_CONTROL(); |