summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-10-07 13:15:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-10-07 14:35:42 +0200
commit8b79b7f1e3e01c4d67bd42368e142c8073a1d1ac (patch)
tree0662687512e4dcca1d9a5e58c839946f33ab8237 /sw
parentda82b030e8b10f4b0b79220bf32eadd8d022684e (diff)
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@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/edit/edfcol.cxx2
1 files changed, 1 insertions, 1 deletions
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();