summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:15:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:15:14 +0000
commit607dfbc4a48214d5740fc6c9ebc258ed24796417 (patch)
tree9667b61447a03d83da310d207fdd62fc0ea5eb56 /chart2/source/tools
parentd02091ad977bb7829cd738da2db1528162df8435 (diff)
INTEGRATION: CWS chart12 (1.11.4); FILE MERGED
2007/08/07 15:48:06 bm 1.11.4.2: RESYNC: (1.11-1.12); 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/tools')
-rw-r--r--chart2/source/tools/DiagramHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx
index dadd1b8aa1ba..564d0de7f743 100644
--- a/chart2/source/tools/DiagramHelper.cxx
+++ b/chart2/source/tools/DiagramHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DiagramHelper.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 12:36:38 $
+ * last change: $Author: ihi $ $Date: 2007-08-17 12:15:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -225,7 +225,7 @@ void DiagramHelper::setVertical(
Reference< XTitled > xTitled( xAxis, uno::UNO_QUERY );
if( xTitled.is())
{
- Reference< beans::XPropertySet > xTitleProps( xTitled->getTitle(), uno::UNO_QUERY );
+ Reference< beans::XPropertySet > xTitleProps( xTitled->getTitleObject(), uno::UNO_QUERY );
if( !xTitleProps.is() )
continue;
double fAngleDegree = 0.0;