summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-10 09:37:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-10 09:37:28 +0200
commit37a367a3589302893c237237e4eb98f1e4195f6d (patch)
tree2d1f359275a69495ee60d35770667833d21282e0
parentd7194ade91c1ca80065ec6e9ad6f801a097f8cd6 (diff)
loplugin:vclwidgets
Change-Id: I4c6623b83f0c21b292aa0178c2ee6478e330eb64
-rw-r--r--include/svx/sdrpaintwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index 18a3482018b1..36176e53d7e2 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;