summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/ReportDrawPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/ReportDrawPage.hxx')
-rw-r--r--reportdesign/source/core/inc/ReportDrawPage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/ReportDrawPage.hxx b/reportdesign/source/core/inc/ReportDrawPage.hxx
index 2104bcaf222f..e91b0c6bb390 100644
--- a/reportdesign/source/core/inc/ReportDrawPage.hxx
+++ b/reportdesign/source/core/inc/ReportDrawPage.hxx
@@ -28,8 +28,8 @@ namespace reportdesign
class OReportDrawPage : public SvxDrawPage
{
::com::sun::star::uno::WeakReference< ::com::sun::star::report::XSection > m_xSection;
- OReportDrawPage(const OReportDrawPage&) SAL_DELETED_FUNCTION;
- void operator =(const OReportDrawPage&) SAL_DELETED_FUNCTION;
+ OReportDrawPage(const OReportDrawPage&) = delete;
+ void operator =(const OReportDrawPage&) = delete;
protected:
virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape )
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;