svx/source/dialog/simptabl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 33880a63fef2abf126163186d81c204d965031a6
Author: Caolán McNamara <[email protected]>
Date:   Sat May 5 17:04:10 2012 +0100

    Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying window
    
    Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05

diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx
index cab9d3f..556f934 100644
--- a/svx/source/dialog/simptabl.cxx
+++ b/svx/source/dialog/simptabl.cxx
@@ -117,6 +117,7 @@ SvxSimpleTable::SvxSimpleTable(SvxSimpleTableContainer& 
rParent, WinBits nBits):
 
 SvxSimpleTable::~SvxSimpleTable()
 {
+    m_rParentTableContainer.SetTable(NULL);
 }
 
 void SvxSimpleTable::UpdateViewSize()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to