diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:14:34 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:14:34 +0000 |
commit | 84b9cac3bf3b4255597ae46c95187009a46b3a94 (patch) | |
tree | 5f0a217b1cb6c7a3edff21f9dfe0b2e97d2a16b0 /chart2 | |
parent | d11ebef2bb447cfc134ab44e9b8dc3e0c467159b (diff) |
INTEGRATION: CWS chart12 (1.12.4); FILE MERGED
2007/08/06 08:05:50 bm 1.12.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')
-rw-r--r-- | chart2/source/model/main/ChartModel.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index a7c3a6d9d348..2223ea8087c9 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartModel.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2007-07-25 08:49:07 $ + * last change: $Author: ihi $ $Date: 2007-08-17 12:14:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -986,7 +986,7 @@ sal_Bool SAL_CALL ChartModel::hasInternalDataProvider() } // ____ XTitled ____ -uno::Reference< chart2::XTitle > SAL_CALL ChartModel::getTitle() +uno::Reference< chart2::XTitle > SAL_CALL ChartModel::getTitleObject() throw (uno::RuntimeException) { OSL_ASSERT( m_pImplChartModel.get() != 0 ); @@ -996,7 +996,7 @@ uno::Reference< chart2::XTitle > SAL_CALL ChartModel::getTitle() // \-- } -void SAL_CALL ChartModel::setTitle( +void SAL_CALL ChartModel::setTitleObject( const uno::Reference< chart2::XTitle >& Title ) throw (uno::RuntimeException) |