summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerwordglue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/writerwordglue.cxx')
-rw-r--r--sw/source/filter/ww8/writerwordglue.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx
index aeeced99907d..c25dbf93f789 100644
--- a/sw/source/filter/ww8/writerwordglue.cxx
+++ b/sw/source/filter/ww8/writerwordglue.cxx
@@ -516,8 +516,7 @@ namespace sw
return nA < nB;
}
- CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd,
- sal_Int32 nTextStart)
+ CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd)
{
const OUString &rText = rTextNd.GetText();
@@ -657,7 +656,7 @@ namespace sw
}
aRunChanges.erase(std::remove_if(aRunChanges.begin(),
- aRunChanges.end(), myImplHelpers::IfBeforeStart(nTextStart)), aRunChanges.end());
+ aRunChanges.end(), myImplHelpers::IfBeforeStart(0/*nTextStart*/)), aRunChanges.end());
return aRunChanges;
}