summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Axis.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:14:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:14:07 +0000
commit9a4eefcd4e356c7c931b3ad2ac9d3033ffe06617 (patch)
treeeb07b5629799b4ccf50cda854bc5b034e92541c4 /chart2/source/model/main/Axis.cxx
parent7df8ffbc4347c1c3cbd808578754f8b10de46a84 (diff)
INTEGRATION: CWS chart12 (1.11.4); FILE MERGED
2007/08/06 08:05:50 bm 1.11.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle
Diffstat (limited to 'chart2/source/model/main/Axis.cxx')
-rw-r--r--chart2/source/model/main/Axis.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx
index 7125eb397dd0..16abe2122416 100644
--- a/chart2/source/model/main/Axis.cxx
+++ b/chart2/source/model/main/Axis.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Axis.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:48:41 $
+ * last change: $Author: ihi $ $Date: 2007-08-17 12:14:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -492,7 +492,7 @@ Sequence< Reference< beans::XPropertySet > > SAL_CALL Axis::getSubTickProperties
// ____ XTitled ____
-Reference< chart2::XTitle > SAL_CALL Axis::getTitle()
+Reference< chart2::XTitle > SAL_CALL Axis::getTitleObject()
throw (uno::RuntimeException)
{
// /--
@@ -501,7 +501,7 @@ Reference< chart2::XTitle > SAL_CALL Axis::getTitle()
// \--
}
-void SAL_CALL Axis::setTitle( const Reference< chart2::XTitle >& Title )
+void SAL_CALL Axis::setTitleObject( const Reference< chart2::XTitle >& Title )
throw (uno::RuntimeException)
{
{