From 2d5c38d41dc8a4d20b34307f23b67d957776019b Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 7 Nov 2018 12:13:40 +0100 Subject: Drop unused variable Change-Id: Ie35a1f526d449989cadbbda4bf87e4b96cbcb8ef Reviewed-on: https://gerrit.libreoffice.org/63012 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- sw/source/core/txtnode/thints.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source') 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 aInsDelHints; - std::vector::iterator aIter; assert( RES_TXTATR_CHARFMT == rNewHint.Which() || RES_TXTATR_AUTOFMT == rNewHint.Which() ); -- cgit