Kaydet (Commit) 8f16fe4b authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba25 (1.38.20); FILE MERGED

2005/03/14 13:38:36 fs 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED
2005/03/07 13:34:31 fs 1.38.20.1: #i44342# also clone the m_bNativeLook property
üst 67880a55
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: FormComponent.cxx,v $ * $RCSfile: FormComponent.cxx,v $
* *
* $Revision: 1.39 $ * $Revision: 1.40 $
* *
* last change: $Author: vg $ $Date: 2005-03-10 16:00:26 $ * last change: $Author: obo $ $Date: 2005-03-18 09:57:50 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -662,6 +662,7 @@ OControlModel::OControlModel( const OControlModel* _pOriginal, const Reference< ...@@ -662,6 +662,7 @@ OControlModel::OControlModel( const OControlModel* _pOriginal, const Reference<
m_aTag = _pOriginal->m_aTag; m_aTag = _pOriginal->m_aTag;
m_nTabIndex = _pOriginal->m_nTabIndex; m_nTabIndex = _pOriginal->m_nTabIndex;
m_nClassId = _pOriginal->m_nClassId; m_nClassId = _pOriginal->m_nClassId;
m_bNativeLook = _pOriginal->m_bNativeLook;
if ( _bCloneAggregate ) if ( _bCloneAggregate )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment