diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-05 10:00:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-05 12:08:15 +0100 |
commit | 58b56f8c78eef15c70e1afd6b52c79a800a185ab (patch) | |
tree | ea228269daff76c03492162c0b0ef4093ca4c766 /include | |
parent | 1fd19d3e45bd192de2ceae84724653a9f722d51c (diff) |
add a clearDocumentHandler for null document handler case
Change-Id: I661a2fd5381013056c69b379792560aed7121214
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/fastparser.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx index 6af112d18d93..b2a9bab30ab6 100644 --- a/include/oox/core/fastparser.hxx +++ b/include/oox/core/fastparser.hxx @@ -78,6 +78,8 @@ public: void setDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocumentHandler >& rxDocHandler ); + void clearDocumentHandler(); + /** Parses the passed SAX input source. @param bCloseStream True = closes the stream in the input source after parsing. @throws css::xml::sax::SAXException |