summaryrefslogtreecommitdiffstats
path: root/include/svx/SmartTagCtl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-06 12:05:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-07 06:56:57 +0000
commit9af27324f5f5ef9bd340c6df8640b146a3eba21c (patch)
tree1bab2dbd1185adf86714718f5fb1a757c1a101e9 /include/svx/SmartTagCtl.hxx
parentcui: prefix members of SvxLineTabPage (diff)
downloadcore-9af27324f5f5ef9bd340c6df8640b146a3eba21c.tar.gz
core-9af27324f5f5ef9bd340c6df8640b146a3eba21c.zip
convert Link<> to typed
Change-Id: I38f2c15b4f8bb1d7187b019d26a2644b087898c1 Reviewed-on: https://gerrit.libreoffice.org/18357 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/SmartTagCtl.hxx')
-rw-r--r--include/svx/SmartTagCtl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/SmartTagCtl.hxx b/include/svx/SmartTagCtl.hxx
index aadd8bb3ce84..ba618a785998 100644
--- a/include/svx/SmartTagCtl.hxx
+++ b/include/svx/SmartTagCtl.hxx
@@ -61,7 +61,7 @@ private:
std::vector< InvokeAction > maInvokeActions;
void FillMenu();
- DECL_LINK( MenuSelect, PopupMenu * );
+ DECL_LINK_TYPED( MenuSelect, Menu *, bool);
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) SAL_OVERRIDE;