[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 7 13:26:26 UTC 2018
sw/source/core/txtnode/thints.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 2d5c38d41dc8a4d20b34307f23b67d957776019b
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Nov 7 12:13:40 2018 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Nov 7 14:24:47 2018 +0100
Drop unused variable
Change-Id: Ie35a1f526d449989cadbbda4bf87e4b96cbcb8ef
Reviewed-on: https://gerrit.libreoffice.org/63012
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
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() );
More information about the Libreoffice-commits
mailing list