summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.hxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx
index 4370ccbb6e65..d4ef653dc71f 100644
--- a/chart2/source/view/axes/VAxisProperties.hxx
+++ b/chart2/source/view/axes/VAxisProperties.hxx
@@ -19,6 +19,7 @@
#pragma once
#include "TickmarkProperties.hxx"
+#include <Axis.hxx>
#include <LabelAlignment.hxx>
#include <com/sun/star/chart/ChartAxisLabelPosition.hpp>
@@ -39,7 +40,6 @@ namespace com::sun::star::chart2::data { class XTextualDataSequence; }
namespace chart
{
-class Axis;
//These properties describe how a couple of labels are arranged one to another.
//The couple can contain all labels for all tickmark depth or just the labels for one single depth or
@@ -140,7 +140,7 @@ struct AxisProperties final
//methods:
- AxisProperties( const rtl::Reference< ::chart::Axis >& xAxisModel
+ AxisProperties( rtl::Reference< ::chart::Axis > xAxisModel
, ExplicitCategoriesProvider* pExplicitCategoriesProvider );
void init(bool bCartesian=false);//init from model data (m_xAxisModel)