include/svx/sdrpaintwindow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 37a367a3589302893c237237e4eb98f1e4195f6d Author: Stephan Bergmann <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
