diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 14:36:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 08:19:34 +0200 |
commit | f4f05ab199101b9f11718ddc82e139815c1fc521 (patch) | |
tree | e3ea9e400cba956d69209e63332923bfee667f1f /include/svx/tbcontrl.hxx | |
parent | 5bda09efbec674fbda24f3adc75be9f0a45517ff (diff) |
convert Link<> to typed
Change-Id: I72074f247d9435e600a5cf84728753e72a83fe2e
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r-- | include/svx/tbcontrl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index eb4fe0addd49..9caf01c122f0 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -146,6 +146,7 @@ class SvxFontItem; class SfxStyleControllerItem_Impl; class SfxStyleSheetBasePool; class SfxTemplateItem; +class SvxStyleBox_Impl; namespace svx { @@ -168,7 +169,7 @@ public: virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) SAL_OVERRIDE; - DECL_LINK( VisibilityNotification, void* ); + DECL_LINK_TYPED( VisibilityNotification, SvxStyleBox_Impl&, void ); protected: // XInitialization virtual void SAL_CALL initialize(const css::uno::Sequence<css::uno::Any>& aArguments) |