summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:58:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:58:41 +0000
commitddeeb658333e5f917d1b8c09138acfef2f8aab55 (patch)
treebdb82d7d98bbf8fd7da685ca5f18ad44a063ce8d /forms/source/misc
parent8387fa9c990592ffbd18c03fee2613a05905846e (diff)
INTEGRATION: CWS frmvalidation (1.10.24); FILE MERGED
2004/03/23 11:05:04 fs 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/11 16:46:23 fs 1.10.24.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external value suppliers into css.form.binding (out of drafts.css.form/component)
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/property.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index b3c0348a68a3..c5a6dc3e21f2 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: property.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 11:54:49 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:58:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -471,6 +471,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PASSWORD, "Password");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DISPATCHURLINTERNAL, "DispatchURLInternal");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PERSISTENCE_MAXTEXTLENGTH, "PersistenceMaxTextLength");
+IMPLEMENT_CONSTASCII_USTRING( PROPERTY_ENFORCE_FORMAT, "EnforceFormat" );
//.........................................................................
}