summaryrefslogtreecommitdiff
path: root/svtools/source/inc/hatchwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/hatchwindow.hxx')
-rw-r--r--svtools/source/inc/hatchwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/inc/hatchwindow.hxx b/svtools/source/inc/hatchwindow.hxx
index b08e13ee0e14..1fb06de64531 100644
--- a/svtools/source/inc/hatchwindow.hxx
+++ b/svtools/source/inc/hatchwindow.hxx
@@ -31,7 +31,7 @@ class VCLXHatchWindow : public ::com::sun::star::embed::XHatchWindow,
{
::com::sun::star::uno::Reference< ::com::sun::star::embed::XHatchWindowController > m_xController;
::com::sun::star::awt::Size aHatchBorderSize;
- SvResizeWindow* pHatchWindow;
+ VclPtr<SvResizeWindow> pHatchWindow;
public:
VCLXHatchWindow();