summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/entrylisthelper.cxx12
-rw-r--r--forms/source/component/entrylisthelper.hxx5
2 files changed, 13 insertions, 4 deletions
diff --git a/forms/source/component/entrylisthelper.cxx b/forms/source/component/entrylisthelper.cxx
index e117a6ddec5a..8ebbae5a4ef9 100644
--- a/forms/source/component/entrylisthelper.cxx
+++ b/forms/source/component/entrylisthelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: entrylisthelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:56:10 $
+ * last change: $Author: rt $ $Date: 2004-07-06 13:39:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,14 @@ namespace frm
}
//---------------------------------------------------------------------
+ OEntryListHelper::OEntryListHelper( const OEntryListHelper& _rSource, ::osl::Mutex& _rMutex )
+ :m_rMutex( _rMutex )
+ ,m_xListSource ( _rSource.m_xListSource )
+ ,m_aStringItems( _rSource.m_aStringItems )
+ {
+ }
+
+ //---------------------------------------------------------------------
OEntryListHelper::~OEntryListHelper( )
{
}
diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx
index bc699981abd3..e9d46b54fec6 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: entrylisthelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:56:22 $
+ * last change: $Author: rt $ $Date: 2004-07-06 13:39:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,7 @@ namespace frm
protected:
OEntryListHelper( ::osl::Mutex& _rMutex );
+ OEntryListHelper( const OEntryListHelper& _rSource, ::osl::Mutex& _rMutex );
~OEntryListHelper( );
/// returns the current string item list