summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-25 14:18:27 +0200
committerNoel Grandin <noel@peralex.com>2016-02-25 14:18:54 +0200
commit90ddca81ae6fb4543d49193a23b5f6569ac5596a (patch)
treefda13414e9421a54852def7599e3ab6c13f59b98 /writerfilter/inc
parent535aa95014b4f30ba5f06a563c35db6c98cca9d9 (diff)
loplugin:unuseddefaultparams in writerfilter/
Change-Id: Ib5a2f6f0404e8489a9699eac6b0c50e61f31083f
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index 9b2528ef8564..1a5254d2d560 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -241,8 +241,7 @@ public:
static OOXMLStream::Pointer_t
createStream(css::uno::Reference<css::uno::XComponentContext> rContext,
css::uno::Reference<css::io::XInputStream> rStream,
- bool bRepairStorage,
- OOXMLStream::StreamType_t nStreamType = OOXMLStream::DOCUMENT);
+ bool bRepairStorage);
static OOXMLStream::Pointer_t
createStream(OOXMLStream::Pointer_t pStream,