summaryrefslogtreecommitdiff
path: root/chart2/source/inc/chartview/DrawModelWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/chartview/DrawModelWrapper.hxx')
-rw-r--r--chart2/source/inc/chartview/DrawModelWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx
index 986a6b993eb8..0e590a67891e 100644
--- a/chart2/source/inc/chartview/DrawModelWrapper.hxx
+++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx
@@ -41,7 +41,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > m_xMainDrawPage;
::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > m_xHiddenDrawPage;
- boost::scoped_ptr<OutputDevice> m_pRefDevice;
+ VclPtr<OutputDevice> m_pRefDevice;
//no default constructor
DrawModelWrapper();