[Libreoffice-commits] core.git: Branch 'feature/vclref' - vcl/source

Michael Meeks michael.meeks at collabora.com
Thu Mar 19 06:08:22 PDT 2015


 vcl/source/window/window.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1f0745af1be1edd771b2582b40127a8f150ff82d
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Mar 19 13:12:53 2015 +0000

    remove erroneous new disposeAndClear.
    
    Change-Id: Ib593f05447a8a657649ef83febb4ef0e5b6476dd

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 48414cb..d1d2acb 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -497,7 +497,6 @@ void Window::dispose()
     // release SalGraphics
     OutputDevice *pOutDev = GetOutDev();
     pOutDev->ReleaseGraphics();
-    mpOutputDevice.disposeAndClear();
 
     // notify ImplDelData subscribers of this window about the window deletion
     ImplDelData* pDelData = mpWindowImpl->mpFirstDel;


More information about the Libreoffice-commits mailing list