summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 13:46:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-09 10:44:03 +0200
commitb35a4cf023844dbbb3666c730213e9bc679d4a4f (patch)
tree6788333e22b2a73e5116d3b67bea0df3c7093707 /sw/source/filter/ww8/wrtww8.hxx
parentea8c12b8cc03ed259389ac267edd459844634767 (diff)
loplugin:checkunusedparams in sw(part5)
Change-Id: Iee48e6c77f1eb57cd8a3a245e5415051b85f4cc1 Reviewed-on: https://gerrit.libreoffice.org/37387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/wrtww8.hxx')
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 6adb263a614e..99e130cc3a41 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -791,7 +791,7 @@ protected:
sal_Int32 GetNextPos( SwWW8AttrIter* pAttrIter, const SwTextNode& rNode, sal_Int32 nAktPos );
/// Update the information for GetNextPos().
- void UpdatePosition( SwWW8AttrIter* pAttrIter, sal_Int32 nAktPos, sal_Int32 nEnd );
+ void UpdatePosition( SwWW8AttrIter* pAttrIter, sal_Int32 nAktPos );
/// Output SwTextNode
virtual void OutputTextNode( const SwTextNode& );
@@ -1474,7 +1474,7 @@ private:
sal_Int32 SearchNext( sal_Int32 nStartPos );
- void OutSwFormatRefMark(const SwFormatRefMark& rAttr, bool bStart);
+ void OutSwFormatRefMark(const SwFormatRefMark& rAttr);
void IterToCurrent();