diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-06 12:38:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-06 12:38:42 +0000 |
commit | b5759d70337032518312ae480a7c1cbfa6a92566 (patch) | |
tree | b8491b3dc95a122866bc9c5947a704de9e292c90 /forms | |
parent | 304b7d10d49777b7f9f7e24322c3a31ec17df419 (diff) |
INTEGRATION: CWS dba13 (1.31.18); FILE MERGED
2004/06/25 06:43:52 fs 1.31.18.1: #i29021# proper cloning of the OEntryListHelper
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index f8e4739c4514..fb237ec07c40 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ListBox.cxx,v $ * -* $Revision: 1.31 $ +* $Revision: 1.32 $ * -* last change: $Author: hr $ $Date: 2004-05-10 12:46:20 $ +* last change: $Author: rt $ $Date: 2004-07-06 13:38:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -220,7 +220,7 @@ namespace frm //------------------------------------------------------------------ OListBoxModel::OListBoxModel( const OListBoxModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFactory ) :OBoundControlModel( _pOriginal, _rxFactory ) - ,OEntryListHelper( m_aMutex ) + ,OEntryListHelper( *_pOriginal, m_aMutex ) ,OErrorBroadcaster( OComponentHelper::rBHelper ) ,m_aRefreshListeners( m_aMutex ) ,m_bBoundComponent(sal_False) |