diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:04:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:04:35 +0000 |
commit | 9e50bfe666913b92ff5e72c333b35cb3a53fe3d0 (patch) | |
tree | b8fa125b3f63257c7e50c5cd7876fcd1cea58d82 /chart2/source | |
parent | 227e510f6f8f087e1f27484894759a124beea681 (diff) |
INTEGRATION: CWS chart15 (1.2.4); FILE MERGED
2007/12/12 14:41:57 bm 1.2.4.1: #i10000# resync adaption
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/tools/RegressionEquation.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/tools/RegressionEquation.cxx b/chart2/source/tools/RegressionEquation.cxx index 5c6e95459d61..ee93a7ba936c 100644 --- a/chart2/source/tools/RegressionEquation.cxx +++ b/chart2/source/tools/RegressionEquation.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RegressionEquation.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2007-11-23 12:08:20 $ + * last change: $Author: ihi $ $Date: 2008-01-14 14:04:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -188,7 +188,7 @@ namespace chart RegressionEquation::RegressionEquation( const Reference< uno::XComponentContext > & xContext ) : ::property::OPropertySet( m_aMutex ), - m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex )), + m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder()), m_xContext( xContext ) {} @@ -196,7 +196,7 @@ RegressionEquation::RegressionEquation( const RegressionEquation & rOther ) : MutexContainer(), impl::RegressionEquation_Base(), ::property::OPropertySet( rOther, m_aMutex ), - m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex )) + m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder()) {} RegressionEquation::~RegressionEquation() |