summaryrefslogtreecommitdiffstats
path: root/filter/source/graphicfilter/eos2met/eos2met.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-19 17:16:37 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 12:22:40 +0100
commitd2d83f5a8a0f6f84c4e2692229c960b6677878ef (patch)
tree7309144c1dd985764e3e63c595b0d5f04b76f027 /filter/source/graphicfilter/eos2met/eos2met.cxx
parentFix OutputDevice members / stack allocation: filter. (diff)
downloadcore-d2d83f5a8a0f6f84c4e2692229c960b6677878ef.tar.gz
core-d2d83f5a8a0f6f84c4e2692229c960b6677878ef.zip
Move OutputDevice members to VclPtr: filter, reportdesign, uui.
Change-Id: Iafac8812714a0be68f5608f657c76c159f2912a0
Diffstat (limited to 'filter/source/graphicfilter/eos2met/eos2met.cxx')
-rw-r--r--filter/source/graphicfilter/eos2met/eos2met.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/eos2met/eos2met.cxx b/filter/source/graphicfilter/eos2met/eos2met.cxx
index c2bb58460a93..c6404e503cc5 100644
--- a/filter/source/graphicfilter/eos2met/eos2met.cxx
+++ b/filter/source/graphicfilter/eos2met/eos2met.cxx
@@ -157,7 +157,7 @@ private:
sal_uInt32 nActBitmapPercent; // percentage of the next bitmap that's already written
ScopedVclPtr<VirtualDevice> apDummyVDev;
- OutputDevice* pCompDev;
+ VclPtr<OutputDevice> pCompDev;
com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > xStatusIndicator;