summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ChartTypeHelper.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-12-17 09:40:42 +0000
committerIngrid Halama <iha@openoffice.org>2003-12-17 09:40:42 +0000
commit5e7c51be0dc44f129cf91cb80b2ebb7bfcb23d47 (patch)
tree4fc0b813886e50ea339a81856b2c8e9717a461f8 /chart2/source/inc/ChartTypeHelper.hxx
parenta25d2c0b548ec68394b1edc68488be3a44173e21 (diff)
added method getAxisType
Diffstat (limited to 'chart2/source/inc/ChartTypeHelper.hxx')
-rw-r--r--chart2/source/inc/ChartTypeHelper.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/chart2/source/inc/ChartTypeHelper.hxx b/chart2/source/inc/ChartTypeHelper.hxx
index 4672cd6469bf..35fe6abc653c 100644
--- a/chart2/source/inc/ChartTypeHelper.hxx
+++ b/chart2/source/inc/ChartTypeHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTypeHelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2003-12-10 16:51:52 $
+ * last change: $Author: iha $ $Date: 2003-12-17 10:40:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <drafts/com/sun/star/chart2/XChartType.hpp>
#endif
+#ifndef _DRAFTS_COM_SUN_STAR_CHART2_AXISTYPE_HPP_
+#include <drafts/com/sun/star/chart2/AxisType.hpp>
+#endif
+
//.............................................................................
namespace chart
{
@@ -84,6 +88,10 @@ public:
static sal_Bool isSupportingSecondaryYAxis( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::chart2::XChartType >& xChartType );
static sal_Bool isSupportingAreaProperties( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::chart2::XChartType >& xChartType );
static sal_Bool isSupportingSymbolProperties( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::chart2::XChartType >& xChartType );
+
+ static ::drafts::com::sun::star::chart2::AxisType
+ getAxisType( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::chart2::XChartType >& xChartType
+ , sal_Int32 nDimensionIndex );
};
//.............................................................................