summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-23 09:59:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-23 15:33:20 +0100
commit470bcd37f6dead1346ab39be140045ca17516205 (patch)
tree5f9931946e2f49874ee3a7b99b737ab310c73340 /sd
parente5e337fb77cff58436dd943b1e623811d3a11bd3 (diff)
loplugin:unusedmethods
Change-Id: Ic2212a502bbd42217934884f4fce49f6f8d4765c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87236 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx
index fabf89b6664e..8146479cd3c9 100644
--- a/sd/source/ui/sidebar/LayoutMenu.hxx
+++ b/sd/source/ui/sidebar/LayoutMenu.hxx
@@ -104,7 +104,6 @@ public:
virtual void DataChanged (const DataChangedEvent& rEvent) override;
using Window::GetWindow;
- using ValueSet::StartDrag;
private:
ViewShellBase& mrBase;