summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 09:39:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 12:09:21 +0200
commit6f28db10d7d4e76448bff9b832cc4f44d7b0aa35 (patch)
treec5a7193e02ec032bde09b69ba5f556f253a79ff6 /cui
parente85966450b770e1169f113183ce1a9a9f4dcc507 (diff)
loplugin:unusedmethods
Change-Id: I9e583df920657ab401162db79decb192c4f69f90 Reviewed-on: https://gerrit.libreoffice.org/61283 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuitabline.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 798d4e5c7501..639ad645c7ce 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -169,7 +169,6 @@ private:
// handler for gallery popup menu button + size
DECL_LINK(GraphicHdl_Impl, const OString&, void);
- void MenuCreate();
DECL_LINK(SizeHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(MenuCreateHdl_Impl, weld::ToggleButton&, void);
DECL_LINK(RatioHdl_Impl, weld::ToggleButton&, void);