summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/VDataSeries.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2004-01-06 18:39:38 +0000
committerIngrid Halama <iha@openoffice.org>2004-01-06 18:39:38 +0000
commit62bec995a23dc50e94b59728291422519a6f1ecd (patch)
tree4c2919acddd27f9700f43720edebf4326d77dc76 /chart2/source/view/inc/VDataSeries.hxx
parentd38147e75068d5d096ad1b1230d994b96ed9c6d4 (diff)
added method getDataPointLabelIfLabel
Diffstat (limited to 'chart2/source/view/inc/VDataSeries.hxx')
-rw-r--r--chart2/source/view/inc/VDataSeries.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/view/inc/VDataSeries.hxx b/chart2/source/view/inc/VDataSeries.hxx
index b1920e028b29..20d895eab9c9 100644
--- a/chart2/source/view/inc/VDataSeries.hxx
+++ b/chart2/source/view/inc/VDataSeries.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VDataSeries.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: iha $ $Date: 2003-12-15 19:19:15 $
+ * last change: $Author: iha $ $Date: 2004-01-06 19:39:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,12 +161,14 @@ public:
rtl::OUString getDataCurveCID( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xDataCurveModelProp ) const;
::drafts::com::sun::star::chart2::DataPointLabel*
- getDataPointLabel( sal_Int32 index ) const;
+ getDataPointLabelIfLabel( sal_Int32 index ) const;
bool getTextLabelMultiPropertyLists( sal_Int32 index, tNameSequence*& pPropNames, tAnySequence*& pPropValues ) const;
private: //methods
VDataSeries();
bool isAttributedDataPoint( sal_Int32 index ) const;
+ ::drafts::com::sun::star::chart2::DataPointLabel*
+ getDataPointLabel( sal_Int32 index ) const;
private: //member