summaryrefslogtreecommitdiffstats
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 ac74e09f8f9f..38544067c63d 100644
--- a/include/xmloff/SchXMLExportHelper.hxx
+++ b/include/xmloff/SchXMLExportHelper.hxx
@@ -57,8 +57,8 @@ public:
void SetDestinationShellID( const OUString& rShellID );
private:
- SchXMLExportHelper(SchXMLExportHelper &) = delete;
- void operator =(SchXMLExportHelper &) = delete;
+ SchXMLExportHelper(SchXMLExportHelper const &) = delete;
+ SchXMLExportHelper& operator =(SchXMLExportHelper const &) = delete;
private:
std::unique_ptr<SchXMLExportHelper_Impl> m_pImpl;