summaryrefslogtreecommitdiff
path: root/include/svx/tbcontrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 14:36:38 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:34 +0200
commitf4f05ab199101b9f11718ddc82e139815c1fc521 (patch)
treee3ea9e400cba956d69209e63332923bfee667f1f /include/svx/tbcontrl.hxx
parent5bda09efbec674fbda24f3adc75be9f0a45517ff (diff)
convert Link<> to typed
Change-Id: I72074f247d9435e600a5cf84728753e72a83fe2e
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r--include/svx/tbcontrl.hxx3
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)