summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 09:00:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 11:10:56 +0000
commit8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 (patch)
treea7a05a3be99ff8e72d666a39b01f9a07ba01c583 /sw/source/filter/ww8/ww8scan.hxx
parentdc306db9b51e6f009803f7ba633674dc2840ac08 (diff)
loplugin:countusersofdefaultparams in sw..vcl
Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8scan.hxx')
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 221eedb37505..9e8a155f717d 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -524,7 +524,7 @@ public:
public:
WW8Fkp (ww::WordVersion eVersion, SvStream* pFKPStrm,
SvStream* pDataStrm, long _nFilePos, long nItemSiz, ePLCFT ePl,
- WW8_FC nStartFc = -1);
+ WW8_FC nStartFc);
void Reset(WW8_FC nPos);
long GetFilePos() const { return nFilePos; }
sal_uInt8 GetIdx() const { return mnIdx; }
@@ -681,7 +681,7 @@ private:
public:
WW8PLCFx_SubDoc(SvStream* pSt, ww::WordVersion eVersion, WW8_CP nStartCp,
- long nFcRef, long nLenRef, long nFcText, long nLenText, long nStruc = 0);
+ long nFcRef, long nLenRef, long nFcText, long nLenText, long nStruc);
virtual ~WW8PLCFx_SubDoc() override;
virtual sal_uInt32 GetIdx() const override;
virtual void SetIdx( sal_uLong nIdx ) override;