summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/canvasprocessor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/canvasprocessor.hxx')
-rw-r--r--include/drawinglayer/processor2d/canvasprocessor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/canvasprocessor.hxx b/include/drawinglayer/processor2d/canvasprocessor.hxx
index d928a84a5d35..fb10ad339e0b 100644
--- a/include/drawinglayer/processor2d/canvasprocessor.hxx
+++ b/include/drawinglayer/processor2d/canvasprocessor.hxx
@@ -71,7 +71,7 @@ namespace drawinglayer
{
private:
// the (current) destination OutDev and canvas
- OutputDevice* mpOutputDevice;
+ VclPtr<OutputDevice> mpOutputDevice;
com::sun::star::uno::Reference< com::sun::star::rendering::XCanvas > mxCanvas;
com::sun::star::rendering::ViewState maViewState;
com::sun::star::rendering::RenderState maRenderState;