diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-06 21:15:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-06 23:55:19 +0100 |
commit | 0393df4f9c2cb163350aef3fa14e7d1662367065 (patch) | |
tree | 4555f33ff7a5694d64ff2505a4a50aa5ec5ec1fe /sd/inc/sdmod.hxx | |
parent | 0237d8a6917ff486034747c4d28bf97611abcd3b (diff) |
VclPtr: one ref too many
Change-Id: Ie360ae76f8692abbc5487f9b76b543477cce438b
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <com/sun/star/text/WritingMode.hpp> #include <sfx2/module.hxx> #include <vcl/vclevent.hxx> +#include <vcl/virdev.hxx> #include <sal/types.h> #include <map> #include <memory> @@ -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; |