summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 14:39:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 18:18:12 +0200
commit40069adbc225a6dd5d3431a7cd9f17986f6385de (patch)
treed6399d316ce99b9b56bfa514c300946bec2022cd /include/svx
parent83a962578f616ae4ff215fa782763f2045a20bcc (diff)
loplugin:unusedfields
Change-Id: Ic7871f3a40668ba73aa0f0067a45455920d55890 Reviewed-on: https://gerrit.libreoffice.org/60313 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/SvxPresetListBox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx
index 2256c8062578..599caf48d00c 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -32,8 +32,6 @@ class SVX_DLLPUBLIC SvxPresetListBox : public ValueSet
private:
sal_uInt32 nColCount;
Size aIconSize;
- Link<SvxPresetListBox*,void> maRenameHdl;
- Link<SvxPresetListBox*,void> maDeleteHdl;
DECL_LINK( OnMenuItemSelected, Menu*, bool );