summaryrefslogtreecommitdiff
path: root/include/oox/core/fastparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fastparser.hxx')
-rw-r--r--include/oox/core/fastparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx
index 946e6541dbb6..b1e42947e7ae 100644
--- a/include/oox/core/fastparser.hxx
+++ b/include/oox/core/fastparser.hxx
@@ -66,7 +66,7 @@ public:
@param bCloseStream True = closes the passed stream after parsing. */
void parseStream(
const css::uno::Reference< css::io::XInputStream >& rxInStream,
- const OUString& rStreamName, bool bCloseStream = false )
+ const OUString& rStreamName )
throw( css::xml::sax::SAXException, css::io::IOException, css::uno::RuntimeException );
/** Parses a stream from the passed storage with the specified name.