diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2018-11-07 12:13:40 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2018-11-07 14:24:47 +0100 |
commit | 2d5c38d41dc8a4d20b34307f23b67d957776019b (patch) | |
tree | 576837d0b3a46a79130db3d06383dbbe37839bd4 /sw/source | |
parent | caec23449a21c0eacbb593330a5b22f8c60d58e8 (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')
-rw-r--r-- | sw/source/core/txtnode/thints.cxx | 1 |
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() ); |