summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-12-12 15:13:48 +0000
committerFrank Schönheit <fs@openoffice.org>2002-12-12 15:13:48 +0000
commitc0d9a329d3879ece3b949ee9c17a2c6f78f13e08 (patch)
treea1f32ae23fd833ef5d808fadcccb376751cbc469 /forms/source
parent7f9aaff0809dfa39f9c00bdbde52d2bc5fcf064b (diff)
#106201# clone m_aName and m_aTag, too
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/FormComponent.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index ad43cdc5fedc..d1ed75fecc1e 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormComponent.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: fs $ $Date: 2002-12-02 09:55:52 $
+ * last change: $Author: fs $ $Date: 2002-12-12 16:13:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -549,6 +549,8 @@ OControlModel::OControlModel( const OControlModel* _pOriginal, const Reference<
DBG_ASSERT( _pOriginal, "OControlModel::OControlModel: invalid original!" );
// copy members
+ m_aName = _pOriginal->m_aName;
+ m_aTag = _pOriginal->m_aTag;
m_nTabIndex = _pOriginal->m_nTabIndex;
m_nClassId = _pOriginal->m_nClassId;