summaryrefslogtreecommitdiff
path: root/svtools/source/inc/renderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/renderer.hxx')
-rw-r--r--svtools/source/inc/renderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx
index b50088d2e737..ca3417b640f4 100644
--- a/svtools/source/inc/renderer.hxx
+++ b/svtools/source/inc/renderer.hxx
@@ -70,7 +70,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > mxDevice;
- OutputDevice* mpOutDev;
+ VclPtr<OutputDevice> mpOutDev;
Rectangle maDestRect;
::com::sun::star::uno::Any maRenderData;
};