summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formstrings.hxx
diff options
context:
space:
mode:
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 4ef7f987bdb8..db14e88ec590 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tbe $ $Date: 2001-02-22 09:32:45 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:37:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,6 +240,7 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_HASNAVIGATION, "HasNavigationBar");
PCR_CONSTASCII_STRING( PROPERTY_POSITIONX, "PositionX");
PCR_CONSTASCII_STRING( PROPERTY_POSITIONY, "PositionY");
+ PCR_CONSTASCII_STRING( PROPERTY_STEP, "Step");
// services
PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox");
@@ -256,6 +257,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/02/22 09:32:45 tbe
+ * added properties for dialog controls
+ *
* Revision 1.3 2001/02/06 10:18:10 fs
* #83479# reintroduced the HasNavigationBar property
*