svx/source/svdraw/sdrundomanager.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 660116605d7f8cf15b7ecdfcb62b0a42d3ece78b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Dec 8 12:15:57 2017 +0000

    init m_pDocSh
    
    Change-Id: I1966a204be2d5f9d6a3dddd4153c2ded88a4211a

diff --git a/svx/source/svdraw/sdrundomanager.cxx 
b/svx/source/svdraw/sdrundomanager.cxx
index 6b051331f060..78e72e76196a 100644
--- a/svx/source/svdraw/sdrundomanager.cxx
+++ b/svx/source/svdraw/sdrundomanager.cxx
@@ -26,6 +26,7 @@ SdrUndoManager::SdrUndoManager()
     , maEndTextEditHdl()
     , mpLastUndoActionBeforeTextEdit(nullptr)
     , mbEndTextEditTriggeredFromUndo(false)
+    , m_pDocSh(nullptr)
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to