summaryrefslogtreecommitdiffstats
path: root/chart2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-01-01 12:31:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-02 11:38:29 +0100
commit610ebe90e15176a9106552790c896a8f29a3cbc7 (patch)
tree9c1f35a4a479b471b98efe8179091e5508cc6115 /chart2/inc
parentuse concrete types in chart2, createText (diff)
downloadcore-610ebe90e15176a9106552790c896a8f29a3cbc7.tar.gz
core-610ebe90e15176a9106552790c896a8f29a3cbc7.zip
use concrete types in chart2, SvxDrawPage
Change-Id: I0bdaa74595c0201a04490e293619c2c399ab03bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127838 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartView.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx
index 2830e89309f8..fb73f06a2d1f 100644
--- a/chart2/inc/ChartView.hxx
+++ b/chart2/inc/ChartView.hxx
@@ -34,6 +34,8 @@
#include <com/sun/star/util/XModeChangeBroadcaster.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/util/XUpdatable2.hpp>
+#include <rtl/ref.hxx>
+#include <svx/unopage.hxx>
#include <vector>
#include <memory>
@@ -213,7 +215,7 @@ private: //member
css::uno::Reference< css::lang::XMultiServiceFactory>
m_xShapeFactory;
- css::uno::Reference< css::drawing::XDrawPage>
+ rtl::Reference<SvxDrawPage>
m_xDrawPage;
css::uno::Reference< css::drawing::XShapes >
mxRootShape;