summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 13:44:33 +0200
committerNoel Grandin <noel@peralex.com>2016-03-04 14:01:19 +0200
commit9b3b0b1cebf9aae8a8da43b26df9b907b69d5c03 (patch)
tree1eca982d4afb4654ea347b444cacca6b8ff1e633 /include/filter
parent1fd781e7cd33f325ec7e467ecd49e0cb6ff4762b (diff)
loplugin:unuseddefaultparam in filter
Change-Id: Ieaad3145c01dc4ea7b3e7eb7859db89ebd1d7fe1
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msdffimp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 3e3f414af5fa..e0c23eeda75f 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -525,8 +525,7 @@ public:
sal_uLong nSkipCount = 0 );
bool SeekToRec2( sal_uInt16 nRecId1,
sal_uInt16 nRecId2,
- sal_uLong nMaxFilePos,
- DffRecordHeader* pRecHd = nullptr ) const;
+ sal_uLong nMaxFilePos ) const;
static OUString MSDFFReadZString( SvStream& rIn,
sal_uInt32 nMaxLen,