summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-26 10:01:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-26 13:37:02 +0200
commitaa415ee2d6b8816c9a280321660e20c41c59e896 (patch)
tree5c771660c768af8c4b573be48f7d5623fd41530c /writerfilter
parentdaa2fd4a81efaea35f18b53b65407464ba57eeaa (diff)
OOXMLFastContextHandler has a deleted copy assignment op
...for whatever reason, ever since the file's introduction with 359fd901c7c8a1c37e1d2ccee2b5a2cf6c3c93d1 "INTEGRATION: CWS xmlfilter02". Make the copy ctor expliticly defaulted to avoid -Werror=deprecated-copy with GCC trunk towards GCC 9. Change-Id: I7785dfb073767ba963ceec682cfbdfe192eed69b Reviewed-on: https://gerrit.libreoffice.org/58040 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index cd6768e4fbb0..0bf03601e5b5 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -46,6 +46,8 @@ public:
explicit OOXMLFastContextHandler(OOXMLFastContextHandler * pContext);
+ OOXMLFastContextHandler(OOXMLFastContextHandler const &) = default;
+
virtual ~OOXMLFastContextHandler() override;
// css::xml::sax::XFastContextHandler: