sw/source/core/edit/edfcol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b79b7f1e3e01c4d67bd42368e142c8073a1d1ac
Author: Julien Nabet <[email protected]>
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 <[email protected]>
    Tested-by: Jenkins <[email protected]>

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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to