summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.cxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
index f95d944bc579..0b7a4b24589b 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.cxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
@@ -503,8 +503,8 @@ bool XMLRedlineImportHelper::Check(
return false;
}
-void XMLRedlineImportHelper::InsertWithinParagraph(const OUString& rParaPos, bool bStart,
- Reference<XTextRange> & rRange, bool bIsOutsideOfParagraph)
+void XMLRedlineImportHelper::InsertWithinParagraph(const OUString& rParaPos, bool /*bStart*/,
+ Reference<XTextRange> & rRange, bool /*bIsOutsideOfParagraph*/)
{
::std::map<OUString, RedlineInfo*>::iterator aFind = aRedlineMap[rParaPos].begin();
for( ; aRedlineMap[rParaPos].end() != aFind; ++aFind )