summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2018-11-07 12:13:40 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2018-11-07 14:24:47 +0100
commit2d5c38d41dc8a4d20b34307f23b67d957776019b (patch)
tree576837d0b3a46a79130db3d06383dbbe37839bd4 /sw/source/core/txtnode
parentcaec23449a21c0eacbb593330a5b22f8c60d58e8 (diff)
Drop unused variable
Change-Id: Ie35a1f526d449989cadbbda4bf87e4b96cbcb8ef Reviewed-on: https://gerrit.libreoffice.org/63012 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/thints.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx
index 40f4ab7ccc29..e467a79f7634 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -592,7 +592,6 @@ void SwpHints::BuildPortions( SwTextNode& rNode, SwTextAttr& rNewHint,
const bool bNoLengthAttribute = nThisStart == nThisEnd;
std::vector<SwTextAttr*> aInsDelHints;
- std::vector<SwTextAttr*>::iterator aIter;
assert( RES_TXTATR_CHARFMT == rNewHint.Which() ||
RES_TXTATR_AUTOFMT == rNewHint.Which() );