From c0d9a329d3879ece3b949ee9c17a2c6f78f13e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Thu, 12 Dec 2002 15:13:48 +0000 Subject: [PATCH] #106201# clone m_aName and m_aTag, too --- forms/source/component/FormComponent.cxx | 6 ++++-- 1 file 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;