diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:51:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:51:21 +0000 |
commit | cedeb9d76babd542824675d537ea87d96abd2ec0 (patch) | |
tree | 49e80d8cd72709b0cd021577cb394c11104ec971 /forms | |
parent | 6b1f1785c141b34cc57589171f78e985552fc6b9 (diff) |
INTEGRATION: CWS dba22 (1.9.6); FILE MERGED
2005/01/07 07:27:23 oj 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED
2004/12/29 12:10:10 fs 1.9.6.1: #i34551# vertical alignment
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 62a2521348ea..36f4ebd1568f 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frm_strings.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2005-01-05 12:04:46 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:51:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,6 +185,7 @@ namespace frm FORMS_CONSTASCII_STRING( PROPERTY_DEFAULT_SELECT_SEQ, "DefaultSelection" ); FORMS_CONSTASCII_STRING( PROPERTY_MULTISELECTION, "MultiSelection" ); FORMS_CONSTASCII_STRING( PROPERTY_ALIGN, "Align" ); + FORMS_CONSTASCII_STRING( PROPERTY_VERTICALALIGN, "VerticalAlign" ); FORMS_CONSTASCII_STRING( PROPERTY_DEFAULT_DATE, "DefaultDate" ); FORMS_CONSTASCII_STRING( PROPERTY_DEFAULT_TIME, "DefaultTime" ); FORMS_CONSTASCII_STRING( PROPERTY_DEFAULT_VALUE, "DefaultValue" ); |