[Libreoffice-commits] core.git: sw/source
Julien Nabet
serval2412 at yahoo.fr
Sat Oct 7 12:36:10 UTC 2017
sw/source/core/edit/edfcol.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8b79b7f1e3e01c4d67bd42368e142c8073a1d1ac
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Oct 7 13:15:17 2017 +0200
cid#1418978/1418979: invalidate_iterator/Copy-paste
Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7
Change-Id: If7c3350d9f6e6c16ef59176006ca2bf2187b674e
Reviewed-on: https://gerrit.libreoffice.org/43228
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/sw/source/core/edit/edfcol.cxx b/sw/source/core/edit/edfcol.cxx
index 7d552ad6c6be..6b90dbde76ca 100644
--- a/sw/source/core/edit/edfcol.cxx
+++ b/sw/source/core/edit/edfcol.cxx
@@ -1229,7 +1229,7 @@ SwUndoParagraphSigning::SwUndoParagraphSigning(const SwPosition& rPos,
const auto it2 = aStatements.find(ParagraphSignatureUsageRDFName);
if (it2 != aStatements.end())
- m_usage = it->second;
+ m_usage = it2->second;
uno::Reference<css::text::XTextRange> xText(m_xField, uno::UNO_QUERY);
m_display = xText->getString();
More information about the Libreoffice-commits
mailing list