diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 10:36:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 10:37:05 +0100 |
commit | 04443db44edfa389eddef5667053f2fa5d7d5978 (patch) | |
tree | e1fc0a2a11628a3cb4a7921459105bf82ef6c5a8 /sw | |
parent | 704d946cdc56b6d3188b2ae49d20778b78aac8b2 (diff) |
newly set nStart and nEnd are not used
Change-Id: Id9ba3dbd1df46638eb4ca2ef84ba1b40ca424108
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/basflt/fltshell.cxx | 2 |
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); |