summaryrefslogtreecommitdiff
path: root/include/xmloff/SchXMLExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/SchXMLExportHelper.hxx')
-rw-r--r--include/xmloff/SchXMLExportHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/SchXMLExportHelper.hxx b/include/xmloff/SchXMLExportHelper.hxx
index 3585d64d1a03..36f8d402a061 100644
--- a/include/xmloff/SchXMLExportHelper.hxx
+++ b/include/xmloff/SchXMLExportHelper.hxx
@@ -56,8 +56,8 @@ public:
void SetDestinationShellID( const OUString& rShellID );
private:
- SchXMLExportHelper(SchXMLExportHelper &) SAL_DELETED_FUNCTION;
- void operator =(SchXMLExportHelper &) SAL_DELETED_FUNCTION;
+ SchXMLExportHelper(SchXMLExportHelper &) = delete;
+ void operator =(SchXMLExportHelper &) = delete;
private:
SchXMLExportHelper_Impl* m_pImpl;