[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sd/source

Julien Nabet serval2412 at yahoo.fr
Wed Jan 11 06:09:33 UTC 2017


 sd/source/ui/slideshow/slideshowimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73316bbc92b264f84c68c96460e262a5dd6e0d04
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Jan 9 18:24:35 2017 +0100

    Related tdf#100151: use disposeAndClear for mpShowWindow (sd)
    
    See https://bugs.documentfoundation.org/show_bug.cgi?id=100151#c33
    
    Change-Id: I81e483189eacee086b680367148f8dd3ca2d3493
    Reviewed-on: https://gerrit.libreoffice.org/32904
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit bce35b8e13b0d82ba54bf3d380f448dad0ee13bb)
    Reviewed-on: https://gerrit.libreoffice.org/32947

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index dd430e2..80b8dd5 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -716,7 +716,7 @@ void SAL_CALL SlideshowImpl::disposing()
 
     if( mpShowWindow )
     {
-        mpShowWindow.clear();
+        mpShowWindow.disposeAndClear();
     }
 
     setActiveXToolbarsVisible( true );


More information about the Libreoffice-commits mailing list