From d2d83f5a8a0f6f84c4e2692229c960b6677878ef Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 19 Mar 2015 17:16:37 +0000 Subject: Move OutputDevice members to VclPtr: filter, reportdesign, uui. Change-Id: Iafac8812714a0be68f5608f657c76c159f2912a0 --- filter/source/flash/swfwriter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/source/flash/swfwriter.hxx') diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx index 218459b00f6e..2e98ab1f48a1 100644 --- a/filter/source/flash/swfwriter.hxx +++ b/filter/source/flash/swfwriter.hxx @@ -395,7 +395,7 @@ private: sal_uInt16 mnWhiteBackgroundShapeId; sal_uInt16 mnPageButtonId; - VirtualDevice* mpVDev; + VclPtr mpVDev; const tools::PolyPolygon* mpClipPolyPolygon; -- cgit