summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlMasterFields.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlMasterFields.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlMasterFields.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlMasterFields.hxx b/reportdesign/source/filter/xml/xmlMasterFields.hxx
index 837669fc37b0..e32179a53e94 100644
--- a/reportdesign/source/filter/xml/xmlMasterFields.hxx
+++ b/reportdesign/source/filter/xml/xmlMasterFields.hxx
@@ -27,8 +27,8 @@ namespace rptxml
class OXMLMasterFields : public SvXMLImportContext
{
IMasterDetailFieds* m_pReport;
- OXMLMasterFields(const OXMLMasterFields&) SAL_DELETED_FUNCTION;
- void operator =(const OXMLMasterFields&) SAL_DELETED_FUNCTION;
+ OXMLMasterFields(const OXMLMasterFields&) = delete;
+ void operator =(const OXMLMasterFields&) = delete;
public:
OXMLMasterFields( ORptFilter& rImport, sal_uInt16 nPrfx,