summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/basflt/fltshell.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx
index c8482cebc38d..401abb01b531 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -685,8 +685,6 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos,
}
if (rEntry.MakeRegion(pDoc, aRegion, false))
{
- nStart = rEntry.GetStartCP();
- nEnd = rEntry.GetEndCP();
if (rEntry.IsParaEnd())
{
pDoc->getIDocumentContentOperations().InsertPoolItem(aRegion, *rEntry.pAttr, SetAttrMode::DEFAULT, true);