sc/source/ui/inc/anyrefdg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fc53c64086298e1969064a1205ad9b7c660fc4c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jul 7 16:29:45 2015 +0100

    Related: tdf#92392 protect against double dispose from dtor with disposeOnce
    
    Change-Id: I40f3bdea784a1abed8f9732a9444cd8d1eccf4a9
    (cherry picked from commit 5f216c82ab5fbab44ab55a5127d0be7d4a2da8e3)
    Reviewed-on: https://gerrit.libreoffice.org/16830
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index 395dcaf..249a8b8 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -291,7 +291,7 @@ struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef >
 
     ~ScRefHdlrImpl()
     {
-        dispose();
+        TBase::disposeOnce();
     }
 };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to