summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ChartModelHelper.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-11-08 21:52:47 +0000
committerIngrid Halama <iha@openoffice.org>2003-11-08 21:52:47 +0000
commit626626140bb7e9ed2c64dba54aa1bc42441d57c9 (patch)
treede2ae4c301549f3390445ad3c0ca8895c71e7402 /chart2/source/inc/ChartModelHelper.hxx
parentf6f0be820f10cba46e8613331b98f7dc0a84ba04 (diff)
added method getChartTypeOfSeries
Diffstat (limited to 'chart2/source/inc/ChartModelHelper.hxx')
-rw-r--r--chart2/source/inc/ChartModelHelper.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/chart2/source/inc/ChartModelHelper.hxx b/chart2/source/inc/ChartModelHelper.hxx
index 81d908b44e74..8883f7f0dd8d 100644
--- a/chart2/source/inc/ChartModelHelper.hxx
+++ b/chart2/source/inc/ChartModelHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartModelHelper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-10-06 09:58:29 $
+ * last change: $Author: iha $ $Date: 2003-11-08 22:52:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef _CHART2_CONTROLLER_CHARTMODELHELPER_HXX
#define _CHART2_CONTROLLER_CHARTMODELHELPER_HXX
+#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XCHARTTYPEGROUP_HPP_
+#include <drafts/com/sun/star/chart2/XChartTypeGroup.hpp>
+#endif
#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XDATASERIES_HPP_
#include <drafts/com/sun/star/chart2/XDataSeries.hpp>
#endif
@@ -104,6 +107,14 @@ public:
const rtl::OUString& rIdentifier
, const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel > xModel );
+
+ static ::com::sun::star::uno::Reference<
+ ::drafts::com::sun::star::chart2::XChartType >
+ getChartTypeOfSeries(
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::frame::XModel >& xModel
+ , const ::com::sun::star::uno::Reference<
+ ::drafts::com::sun::star::chart2::XDataSeries >& xGivenDataSeries );
};
//.............................................................................