summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/strings.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-05-30 07:38:35 +0000
committerFrank Schönheit <fs@openoffice.org>2002-05-30 07:38:35 +0000
commit24ba1f4fcefefe2393526e59cff1efb5edfe2d1d (patch)
tree3b2dae91495e5870f1805f1f3ce13431132d2aaa /xmloff/source/forms/strings.hxx
parent7422efd07c41ee9e061aa0c3a64044d962a09eba (diff)
#99693# +PROPERTY_HIDDEN_VALUE
Diffstat (limited to 'xmloff/source/forms/strings.hxx')
-rw-r--r--xmloff/source/forms/strings.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx
index b53be51696b5..9103bf6848d3 100644
--- a/xmloff/source/forms/strings.hxx
+++ b/xmloff/source/forms/strings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-09-04 10:18:40 $
+ * last change: $Author: fs $ $Date: 2002-05-30 08:38:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -197,6 +197,7 @@ namespace xmloff
XMLFORM_CONSTASCII_STRING( PROPERTY_TIME, "Time");
XMLFORM_CONSTASCII_STRING( PROPERTY_DEFAULT_VALUE, "DefaultValue");
XMLFORM_CONSTASCII_STRING( PROPERTY_VALUE, "Value");
+ XMLFORM_CONSTASCII_STRING( PROPERTY_HIDDEN_VALUE, "HiddenValue");
XMLFORM_CONSTASCII_STRING( PROPERTY_DEFAULT_TEXT, "DefaultText");
XMLFORM_CONSTASCII_STRING( PROPERTY_TEXT, "Text");
XMLFORM_CONSTASCII_STRING( PROPERTY_EFFECTIVE_VALUE, "EffectiveValue");
@@ -285,6 +286,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.7 2001/09/04 10:18:40 fs
+ * #91865# some script related strings
+ *
* Revision 1.6 2001/05/28 14:57:50 fs
* #86712# redesigned ConstAsciiString so that it's reusing an rtl_uString / added some properties constants
*