summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptPage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 09:26:38 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 10:19:42 +0200
commitde0e1e7d4bc99be3e9b9355adf243677914de4c0 (patch)
tree5bcc33be8bea9de9707a4871193c8f3281ae4782 /reportdesign/inc/RptPage.hxx
parente73638279b3e6634b47ca77de993cf2be08ae5d5 (diff)
loplugin:constantparam in reportdesign
Change-Id: Ic1bba5e63359894115b3d1e293a5d9efdab041e1
Diffstat (limited to 'reportdesign/inc/RptPage.hxx')
-rw-r--r--reportdesign/inc/RptPage.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index 4b34eb3321d2..5307ba3b6317 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.hxx
@@ -54,8 +54,7 @@ protected:
public:
OReportPage( OReportModel& rModel
- ,const css::uno::Reference< css::report::XSection >& _xSection
- ,bool bMasterPage = false );
+ ,const css::uno::Reference< css::report::XSection >& _xSection );
virtual SdrPage* Clone() const override;