summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formstrings.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-11-08 16:39:12 +0000
committerThomas Benisch <tbe@openoffice.org>2001-11-08 16:39:12 +0000
commit64c3fcd72e6c42cf8f81d4f9831e4f12baffd2b3 (patch)
treeed18ed5cc2a822393c14ce69c8bdb1e6a4f0c31d /extensions/source/propctrlr/formstrings.hxx
parentcf178ba7c1ca89be769d36bfff9b4045f058490e (diff)
#92755# Assign Standard Values for Basic Controls in Designmode
Diffstat (limited to 'extensions/source/propctrlr/formstrings.hxx')
-rw-r--r--extensions/source/propctrlr/formstrings.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx
index 8591cf64e6dd..1d078569cc7a 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: fs $ $Date: 2001-11-08 11:37:43 $
+ * last change: $Author: tbe $ $Date: 2001-11-08 17:37:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -204,6 +204,7 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_TIME, "Time");
PCR_CONSTASCII_STRING( PROPERTY_SCALEIMAGE, "ScaleImage");
PCR_CONSTASCII_STRING( PROPERTY_PUSHBUTTONTYPE, "PushButtonType");
+ PCR_CONSTASCII_STRING( PROPERTY_EFFECTIVE_VALUE, "EffectiveValue");
// services
PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox");
@@ -220,6 +221,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.14 2001/11/08 11:37:43 fs
+ * #94300# removed ShowCentury property
+ *
* Revision 1.13 2001/10/19 12:58:51 tbe
* #92755# Assign Standard Values for Basic Controls in Designmode
*