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 0757cb90ea19..066781095749 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
@@ -77,8 +77,8 @@ public:
void setIsSubstream( bool bSubstream );
private:
- OOXMLFastDocumentHandler(OOXMLFastDocumentHandler &) = delete;
- void operator =(OOXMLFastDocumentHandler &) = delete;
+ OOXMLFastDocumentHandler(OOXMLFastDocumentHandler const &) = delete;
+ void operator =(OOXMLFastDocumentHandler const &) = delete;
css::uno::Reference< css::uno::XComponentContext > m_xContext;