summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-14 14:11:02 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-14 14:11:02 +0100
commitbd5c762e0702ad341bf3a87bb29c0218ffd957ab (patch)
tree1a9f6f4258d89be77902236cf1aa32b08c38597c /canvas
parentae5f75ab0515f8ee63813ec9284fbfb2124f0a5d (diff)
More missing lifecycle pieces.
Change-Id: I45ea68d75b03389a1ac0cdb74486c3701c1730a8
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_devicehelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_devicehelper.hxx b/canvas/source/directx/dx_devicehelper.hxx
index 08669ba8eb27..da6091f44567 100644
--- a/canvas/source/directx/dx_devicehelper.hxx
+++ b/canvas/source/directx/dx_devicehelper.hxx
@@ -28,7 +28,7 @@
#include "dx_bitmap.hxx"
#include <canvas/rendering/isurfaceproxymanager.hxx>
-
+#include <vcl/outdev.hxx>
#include <boost/utility.hpp>
class OutputDevice;
@@ -105,7 +105,7 @@ namespace dxcanvas
*/
com::sun::star::rendering::XGraphicDevice* mpDevice;
HDC mnHDC;
- VclPtr<OutputDevice> mpOutDev;
+ VclPtr<OutputDevice> mpOutDev;
};
typedef ::rtl::Reference< com::sun::star::rendering::XGraphicDevice > DeviceRef;