diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-01-09 18:24:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-01-10 06:09:01 +0000 |
commit | bce35b8e13b0d82ba54bf3d380f448dad0ee13bb (patch) | |
tree | 1655d64a090e2123553eed7ce872dadc48fd11de /sd | |
parent | 4434b0029009d6d0327eaca1ff22a0c39711291d (diff) |
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@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index f7402f58bf8f..350ca3e49af8 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 ); |