summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
index 5a142d375702..bc5bc08a5b43 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
@@ -88,8 +88,8 @@ public:
void setIsSubstream( bool bSubstream );
private:
- OOXMLFastDocumentHandler(OOXMLFastDocumentHandler &); // not defined
- void operator =(OOXMLFastDocumentHandler &); // not defined
+ OOXMLFastDocumentHandler(OOXMLFastDocumentHandler &) SAL_DELETED_FUNCTION;
+ void operator =(OOXMLFastDocumentHandler &) SAL_DELETED_FUNCTION;
css::uno::Reference< css::uno::XComponentContext > m_xContext;