summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlSection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlSection.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlSection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.hxx b/reportdesign/source/filter/xml/xmlSection.hxx
index 676009029a20..51ef60396902 100644
--- a/reportdesign/source/filter/xml/xmlSection.hxx
+++ b/reportdesign/source/filter/xml/xmlSection.hxx
@@ -32,8 +32,8 @@ namespace rptxml
::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
ORptFilter& GetOwnImport();
- OXMLSection(const OXMLSection&) SAL_DELETED_FUNCTION;
- void operator =(const OXMLSection&) SAL_DELETED_FUNCTION;
+ OXMLSection(const OXMLSection&) = delete;
+ void operator =(const OXMLSection&) = delete;
public:
OXMLSection( ORptFilter& rImport