diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:57:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:57:23 +0000 |
commit | 838c93c2b810ffa128ba48e5cbb2ee8ca059be21 (patch) | |
tree | c65416973786cea94ef510fc0929a9c4b9d26494 /chart2/source/tools | |
parent | 180ee64594e61a1d67d8556581f80bc57f048074 (diff) |
INTEGRATION: CWS rptchart02 (1.13.22); FILE MERGED
2008/04/16 06:36:08 oj 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED
2008/04/15 12:50:19 oj 1.13.22.1: use comphelper copyProperties
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/RegressionCurveHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/RegressionCurveHelper.cxx b/chart2/source/tools/RegressionCurveHelper.cxx index e74a87a9b013..9372bee0d14a 100644 --- a/chart2/source/tools/RegressionCurveHelper.cxx +++ b/chart2/source/tools/RegressionCurveHelper.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RegressionCurveHelper.cxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -410,7 +410,7 @@ void RegressionCurveHelper::addRegressionCurve( if( xProp.is()) { if( xPropertySource.is()) - ::chart::PropertyHelper::copyProperties( xPropertySource, xProp ); + comphelper::copyProperties( xPropertySource, xProp ); else { uno::Reference< XPropertySet > xSeriesProp( xRegCnt, uno::UNO_QUERY ); |