summaryrefslogtreecommitdiff
path: root/include/package
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-30 11:58:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-30 11:25:25 +0000
commit92a302146e626c877c493086ff518fde70c3141b (patch)
treeb6b879d090cb08a9959cbc5d3a4b6076415ba482 /include/package
parent4e1336ca349506d9e4c413f63ef18535eea7c2a7 (diff)
loplugin:countusersofdefaultparams in include/oox..sax
Change-Id: Ifb24c0f536d9c00bc9eb8c782d6854052f2d37b9 Reviewed-on: https://gerrit.libreoffice.org/31408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/package')
-rw-r--r--include/package/Inflater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package/Inflater.hxx b/include/package/Inflater.hxx
index 2abfad209341..a974534bc901 100644
--- a/include/package/Inflater.hxx
+++ b/include/package/Inflater.hxx
@@ -39,7 +39,7 @@ protected:
sal_Int32 doInflateBytes (css::uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewLength);
public:
- Inflater(bool bNoWrap = false);
+ Inflater(bool bNoWrap);
~Inflater();
void SAL_CALL setInput( const css::uno::Sequence< sal_Int8 >& rBuffer );
bool SAL_CALL needsDictionary( ) { return bNeedDict;}