summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-27 07:22:21 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-10-27 20:10:03 +0200
commit646a6307b9a31376d85fa3ed12a314118d41d7cc (patch)
treea43fb1d36df08f2f3f9c78cde361edce99b848c1 /reportdesign/source/ui/inc
parent97ed3b93e1def081a535de14cc3c3644363cbd45 (diff)
loplugin:unusedmethods
Change-Id: I66ef078794ed1eb44dbfa854c589545e5f9ba78e Reviewed-on: https://gerrit.libreoffice.org/62407 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign/source/ui/inc')
-rw-r--r--reportdesign/source/ui/inc/PageNumber.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/PageNumber.hxx b/reportdesign/source/ui/inc/PageNumber.hxx
index 8a5150698e2d..92fd4cc549f8 100644
--- a/reportdesign/source/ui/inc/PageNumber.hxx
+++ b/reportdesign/source/ui/inc/PageNumber.hxx
@@ -32,7 +32,6 @@ class OReportController;
\************************************************************************/
class OPageNumberDialog : public weld::GenericDialogController
{
- ::rptui::OReportController* m_pController;
css::uno::Reference< css::report::XReportDefinition>
m_xHoldAlive;
std::unique_ptr<weld::RadioButton> m_xPageN;
@@ -49,7 +48,6 @@ public:
const css::uno::Reference< css::report::XReportDefinition>& _xHoldAlive,
::rptui::OReportController* _pController);
virtual ~OPageNumberDialog() override;
- void execute();
};
} // namespace rptui