summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 08:57:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 08:57:50 +0000
commit8f16fe4bd37a599a1abbb4c55f90bb1cd836204b (patch)
tree1205de4531dd71647803eb597c6532021f0cd066 /forms
parent67880a5585661452a2731b4c6ead9eca00cd71e4 (diff)
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
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormComponent.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index f32ec9c80dcd..37b110f84b9a 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -662,6 +662,7 @@ OControlModel::OControlModel( const OControlModel* _pOriginal, const Reference<
m_aTag = _pOriginal->m_aTag;
m_nTabIndex = _pOriginal->m_nTabIndex;
m_nClassId = _pOriginal->m_nClassId;
+ m_bNativeLook = _pOriginal->m_bNativeLook;
if ( _bCloneAggregate )
{