summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/RptPage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/sdr/RptPage.cxx')
-rw-r--r--reportdesign/source/core/sdr/RptPage.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/core/sdr/RptPage.cxx b/reportdesign/source/core/sdr/RptPage.cxx
index c374cb30aef3..9cf104983180 100644
--- a/reportdesign/source/core/sdr/RptPage.cxx
+++ b/reportdesign/source/core/sdr/RptPage.cxx
@@ -40,7 +40,6 @@ OReportPage::OReportPage( OReportModel& _rModel
}
-
OReportPage::OReportPage( const OReportPage& rPage )
:SdrPage( rPage )
,rModel(rPage.rModel)
@@ -51,13 +50,11 @@ OReportPage::OReportPage( const OReportPage& rPage )
}
-
OReportPage::~OReportPage()
{
}
-
SdrPage* OReportPage::Clone() const
{
return Clone(nullptr);