From 9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Mar 2017 11:41:17 +0200 Subject: loplugin:unusedmethods Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0 Reviewed-on: https://gerrit.libreoffice.org/35834 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/source/ui/inc/ReportSection.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'reportdesign') diff --git a/reportdesign/source/ui/inc/ReportSection.hxx b/reportdesign/source/ui/inc/ReportSection.hxx index 5781a12d48a7..7c0e3d856681 100644 --- a/reportdesign/source/ui/inc/ReportSection.hxx +++ b/reportdesign/source/ui/inc/ReportSection.hxx @@ -117,7 +117,6 @@ namespace rptui OReportPage* getPage() const { return m_pPage; } const css::uno::Reference< css::report::XSection >& getSection() const { return m_xSection; } - DlgEdMode GetMode() const { return m_eMode; } void SetMode( DlgEdMode m_eMode ); /** checks if the keycode is known by the child windows -- cgit