summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-01-19 13:23:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-19 15:00:31 +0100
commit96878d682cb298173cfc649271f0e92fc9f62dd4 (patch)
treedee802cdd1894a676068a71c6ab53936962c95c2 /chart2/source/inc
parentWASM create and link the Emscripten FS image (diff)
downloadcore-96878d682cb298173cfc649271f0e92fc9f62dd4.tar.gz
core-96878d682cb298173cfc649271f0e92fc9f62dd4.zip
use more concrete types in chart2, Diagram
Change-Id: Id21836b1258b8757e634fc9ab670ef1180748469 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128612 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/Diagram.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/chart2/source/inc/Diagram.hxx b/chart2/source/inc/Diagram.hxx
index 0235d52853c6..256a2c24ca6d 100644
--- a/chart2/source/inc/Diagram.hxx
+++ b/chart2/source/inc/Diagram.hxx
@@ -39,6 +39,7 @@ namespace com::sun::star::uno { class XComponentContext; }
namespace chart
{
+class Wall;
namespace impl
{
@@ -160,11 +161,9 @@ private:
tCoordinateSystemContainerType m_aCoordSystems;
- css::uno::Reference< css::beans::XPropertySet >
- m_xWall;
+ rtl::Reference< Wall > m_xWall;
- css::uno::Reference< css::beans::XPropertySet >
- m_xFloor;
+ rtl::Reference< Wall > m_xFloor;
css::uno::Reference< css::chart2::XTitle >
m_xTitle;