From 0393df4f9c2cb163350aef3fa14e7d1662367065 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 6 May 2015 21:15:38 +0100 Subject: VclPtr: one ref too many Change-Id: Ie360ae76f8692abbc5487f9b76b543477cce438b --- sd/inc/sdmod.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/inc/sdmod.hxx') diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 3d2b268e4517..c99acded1fa4 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -41,7 +42,6 @@ class EditFieldInfo; class SdTransferable; class SvNumberFormatter; class SfxErrorHandler; -class OutputDevice; class SdDrawDocument; class SfxFrame; @@ -144,7 +144,7 @@ protected: in the sense that it does not represent a printer. The pointer may be NULL when the virtual device could not be created. */ - VclPtr< OutputDevice > mpVirtualRefDevice; + VclPtr< VirtualDevice > mpVirtualRefDevice; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; -- cgit