From 2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 26 Feb 2016 15:25:53 +0200 Subject: loplugin:unuseddefaultparam in sw (part1) Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd --- sw/source/filter/inc/msfilter.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sw/source/filter/inc/msfilter.hxx') diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx index a3157b6f7195..951e6e78d27f 100644 --- a/sw/source/filter/inc/msfilter.hxx +++ b/sw/source/filter/inc/msfilter.hxx @@ -440,9 +440,6 @@ namespace sw @param rTextNd The TextNode we want to ranges from - @param nStart - The position in the TextNode to start processing from - @return STL container of CharRuns which describe the shared direction, script and optionally script of the contiguous sequences of characters @@ -452,8 +449,7 @@ namespace sw @see #i22537# for example */ - CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd, - sal_Int32 nStart = 0); + CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd); } } -- cgit