summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formstrings.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-21 14:40:37 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-21 14:40:37 +0000
commita552fb3d4af727024b90f02df05e4aa3fb5678d0 (patch)
treeb1dc82f0f63a6ee5d6d04a6925b98a43f6d85da8 /extensions/source/propctrlr/formstrings.hxx
parenta20a19ac95a2ff8e85bc0843807f97e3b5cec1b3 (diff)
#82696# +FontWordLineMode
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 db14e88ec590..9779da58efa1 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-07 14:37:34 $
+ * last change: $Author: fs $ $Date: 2001-03-21 15:40:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,6 +241,7 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_POSITIONX, "PositionX");
PCR_CONSTASCII_STRING( PROPERTY_POSITIONY, "PositionY");
PCR_CONSTASCII_STRING( PROPERTY_STEP, "Step");
+ PCR_CONSTASCII_STRING( PROPERTY_WORDLINEMODE, "FontWordLineMode");
// services
PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox");
@@ -257,6 +258,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/07 14:37:34 tbe
+ * added step property
+ *
* Revision 1.4 2001/02/22 09:32:45 tbe
* added properties for dialog controls
*