diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:13:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:13:20 +0000 |
commit | e39f8d294f20628203ff564c3739770605b03599 (patch) | |
tree | d16a83c99253ad048422eb5a8993fe7baa51587e /chart2/source/controller/dialogs/DialogModel.cxx | |
parent | 59d5f903a896d10404f551e2fe10089d2a38228e (diff) |
INTEGRATION: CWS chart12 (1.3.4); FILE MERGED
2007/08/06 08:05:49 bm 1.3.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/controller/dialogs/DialogModel.cxx')
-rw-r--r-- | chart2/source/controller/dialogs/DialogModel.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx index 02dda5e451df..04bd705ff8be 100644 --- a/chart2/source/controller/dialogs/DialogModel.cxx +++ b/chart2/source/controller/dialogs/DialogModel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DialogModel.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2007-07-25 08:30:38 $ + * last change: $Author: ihi $ $Date: 2007-08-17 12:13:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -730,7 +730,7 @@ void DialogModel::restoreModel( // main title Reference< chart2::XTitled > xDestinationTitled( xDestination, uno::UNO_QUERY_THROW ); Reference< chart2::XTitled > xSourceTitled( xSource, uno::UNO_QUERY_THROW ); - xDestinationTitled->setTitle( xSourceTitled->getTitle()); + xDestinationTitled->setTitleObject( xSourceTitled->getTitleObject()); // page background PropertyHelper::copyProperties( |