diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:26:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:26:54 +0000 |
commit | 1c717a375892e594a10adfb0b093cf2f7ed85f6f (patch) | |
tree | 67d1e4c47763f9c56887e92bafc3a929583b395d /forms/source/inc/frm_strings.hxx | |
parent | b886354d35c766330b8da86c038c1bd61ff75a12 (diff) |
#i10000# (done by fs) new property declaration (moved herein during resync)
Diffstat (limited to 'forms/source/inc/frm_strings.hxx')
-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 2e949b5c8..7598b9092 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:18:15 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:26:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -294,6 +294,7 @@ namespace frm FORMS_CONSTASCII_STRING( PROPERTY_PASSWORD, "Password" ); FORMS_CONSTASCII_STRING( PROPERTY_DISPATCHURLINTERNAL, "DispatchURLInternal" ); FORMS_CONSTASCII_STRING( PROPERTY_PERSISTENCE_MAXTEXTLENGTH,"PersistenceMaxTextLength" ); + FORMS_CONSTASCII_STRING( PROPERTY_ENFORCE_FORMAT, "EnforceFormat" ); FORMS_CONSTASCII_STRING( PROPERTY_BORDER, "Border" ); FORMS_CONSTASCII_STRING( PROPERTY_BACKGROUNDCOLOR, "BackgroundColor" ); |