[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Fri Jul 10 00:37:53 PDT 2015


 include/svx/sdrpaintwindow.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37a367a3589302893c237237e4eb98f1e4195f6d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 10 09:37:13 2015 +0200

    loplugin:vclwidgets
    
    Change-Id: I4c6623b83f0c21b292aa0178c2ee6478e330eb64

diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index 18a3482..36176e5 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -69,7 +69,7 @@ private:
     OutputDevice&                                       mrOutputDevice;
 
     /// In case mrOutputDevice is a buffer for a vcl::Window, this is the window.
-    vcl::Window*                                        mpWindow;
+    VclPtr<vcl::Window>                                 mpWindow;
 
     // the SdrPaintView this window belongs to
     SdrPaintView&                                       mrPaintView;


More information about the Libreoffice-commits mailing list