summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlCell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlCell.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlCell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlCell.hxx b/reportdesign/source/filter/xml/xmlCell.hxx
index 4973d8fe401e..bec3281dfb84 100644
--- a/reportdesign/source/filter/xml/xmlCell.hxx
+++ b/reportdesign/source/filter/xml/xmlCell.hxx
@@ -37,8 +37,8 @@ namespace rptxml
bool m_bContainsShape;
ORptFilter& GetOwnImport();
- OXMLCell(const OXMLCell&) SAL_DELETED_FUNCTION;
- OXMLCell& operator =(const OXMLCell&) SAL_DELETED_FUNCTION;
+ OXMLCell(const OXMLCell&) = delete;
+ OXMLCell& operator =(const OXMLCell&) = delete;
public:
OXMLCell( ORptFilter& rImport