summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8glsy.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 15:50:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-09 14:34:37 +0200
commita9563370242f0b3b95482659d5cf75c5c9c72c32 (patch)
tree31a449c8aa55937d0f3de1a7babb34bf0c335e5f /sw/source/filter/ww8/ww8glsy.cxx
parent3f8db07acb50fe04d2b02355df19780634449e2c (diff)
loplugin:checkunusedparams in sw(part6)
Change-Id: I8c32274081663038526e1af2bd2977604b3f88b5 Reviewed-on: https://gerrit.libreoffice.org/37393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8glsy.cxx')
-rw-r--r--sw/source/filter/ww8/ww8glsy.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8glsy.cxx b/sw/source/filter/ww8/ww8glsy.cxx
index f206d1493fd9..21e116a1bbd1 100644
--- a/sw/source/filter/ww8/ww8glsy.cxx
+++ b/sw/source/filter/ww8/ww8glsy.cxx
@@ -50,7 +50,7 @@ WW8Glossary::WW8Glossary(tools::SvRef<SotStorageStream> &refStrm, sal_uInt8 nVer
if (xTableStream.is() && SVSTREAM_OK == xTableStream->GetError())
{
xTableStream->SetEndian(SvStreamEndian::LITTLE);
- pGlossary.reset( new WW8GlossaryFib(*refStrm, nVersion, *xTableStream, aWwFib) );
+ pGlossary.reset( new WW8GlossaryFib(*refStrm, nVersion, aWwFib) );
}
}
}
@@ -235,9 +235,7 @@ bool WW8Glossary::Load( SwTextBlocks &rBlocks, bool bSaveRelFile )
return bRet;
}
-sal_uInt32 WW8GlossaryFib::FindGlossaryFibOffset(SvStream & /* rTableStrm */,
- SvStream & /* rStrm */,
- const WW8Fib &rFib)
+sal_uInt32 WW8GlossaryFib::FindGlossaryFibOffset(const WW8Fib &rFib)
{
sal_uInt32 nGlossaryFibOffset = 0;
if ( rFib.m_fDot ) // it's a template