[Libreoffice-commits] core.git: sd/source

Julien Nabet serval2412 at yahoo.fr
Tue Jan 10 06:09:24 UTC 2017


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

New commits:
commit bce35b8e13b0d82ba54bf3d380f448dad0ee13bb
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>

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index f7402f5..350ca3e 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