diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:04:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:04:31 +0000 |
commit | 0037d5df6cd439bb43c7f42db31d508ed5bd3833 (patch) | |
tree | 68825b8127ba216813c199cddd56d940d2161bd0 /forms | |
parent | 4aaed48793d8fb8669bb8a3b07991c85a6202f00 (diff) |
INTEGRATION: CWS dba20 (1.4.6); FILE MERGED
2004/11/29 09:19:56 oj 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED
2004/11/19 11:31:03 fs 1.4.6.1: #i37342# +NativeWidgetLook
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 893b89b64082..cbade8987903 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FormComponent.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:44:39 $ + * last change: $Author: obo $ $Date: 2005-01-05 12:04:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -427,6 +427,7 @@ protected: ::rtl::OUString m_aTag; // tag for additional data sal_Int16 m_nTabIndex; // index within the taborder sal_Int16 m_nClassId; // type of the control + sal_Bool m_bNativeLook; // should the control use the native platform look? // </properties> |