summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/AxisHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/AxisHelper.hxx')
-rw-r--r--chart2/source/inc/AxisHelper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx
index abe9ee1e257e..788ba4cf5f79 100644
--- a/chart2/source/inc/AxisHelper.hxx
+++ b/chart2/source/inc/AxisHelper.hxx
@@ -39,6 +39,7 @@ namespace com::sun::star::uno { class XComponentContext; }
namespace chart
{
class BaseCoordinateSystem;
+class ChartType;
class OOO_DLLPUBLIC_CHARTTOOLS AxisHelper
{
@@ -191,13 +192,13 @@ public:
static bool isSecondaryYAxisNeeded( const css::uno::Reference<
css::chart2::XCoordinateSystem >& xCooSys );
- static css::uno::Reference< css::chart2::XChartType >
+ static rtl::Reference< ::chart::ChartType >
getChartTypeByIndex( const css::uno::Reference< css::chart2::XCoordinateSystem >& xCooSys,
sal_Int32 nIndex );
static void setRTLAxisLayout( const css::uno::Reference< css::chart2::XCoordinateSystem >& xCooSys );
- static css::uno::Reference< css::chart2::XChartType >
+ static rtl::Reference< ::chart::ChartType >
getFirstChartTypeWithSeriesAttachedToAxisIndex( const css::uno::Reference< css::chart2::XDiagram >& xDiagram, const sal_Int32 nAttachedAxisIndex );
static bool isAxisPositioningEnabled();