diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:06:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:06:17 +0000 |
commit | 26f3b65972222e5500273d5ec01ec435f849e9c2 (patch) | |
tree | 08db520d109ae24326a96246ee5a1995d8a02674 /forms | |
parent | b62450495fed49c86b1cc2f065efa25168217f34 (diff) |
INTEGRATION: CWS dba24d (1.15.6); FILE MERGED
2007/11/20 11:51:54 fs 1.15.6.1: #i83774# +PROPERTY_IMAGE_POSITION
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 ee81dce77388..8b508dcaed02 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -4,9 +4,9 @@ * * $RCSfile: frm_strings.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-11-01 14:57:09 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:06:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,6 +152,7 @@ namespace frm FORMS_CONSTASCII_STRING( PROPERTY_SUBMIT_METHOD, "SubmitMethod" ); FORMS_CONSTASCII_STRING( PROPERTY_SUBMIT_ENCODING, "SubmitEncoding" ); FORMS_CONSTASCII_STRING( PROPERTY_IMAGE_URL, "ImageURL" ); + FORMS_CONSTASCII_STRING( PROPERTY_IMAGE_POSITION, "ImagePosition" ); FORMS_CONSTASCII_STRING( PROPERTY_EMPTY_IS_NULL, "ConvertEmptyToNull" ); FORMS_CONSTASCII_STRING( PROPERTY_LISTSOURCETYPE, "ListSourceType" ); FORMS_CONSTASCII_STRING( PROPERTY_LISTSOURCE, "ListSource" ); |