INTEGRATION: CWS rptchart02 (1.18.50); FILE MERGED
2008/04/16 06:35:49 oj 1.18.50.2: RESYNC: (1.18-1.20); FILE MERGED 2008/04/15 12:50:18 oj 1.18.50.1: use comphelper copyProperties
This commit is contained in:
parent
38cda5f584
commit
67036c81b3
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: ChartTypeTemplate.cxx,v $
|
||||
* $Revision: 1.20 $
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -943,7 +943,7 @@ void ChartTypeTemplate::copyPropertiesFromOldToNewCoordianteSystem(
|
|||
}
|
||||
}
|
||||
if( xSource.is() )
|
||||
PropertyHelper::copyProperties( xSource, xDestination );
|
||||
comphelper::copyProperties( xSource, xDestination );
|
||||
}
|
||||
|
||||
// ________
|
||||
|
|
Loading…
Reference in a new issue