summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:25:33 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:25:33 +0000
commite0351c0370b85e6a50a0fd55dbfacbc0850f26da (patch)
tree96dcace72f27eea7a0356de5fc7dbbcc01dcd6f3 /extensions/source/propctrlr/formmetadata.cxx
parent829f98ea3d8ac8fb5671fb667a43435ac262e04f (diff)
INTEGRATION: CWS dba22 (1.30.4); FILE MERGED
2004/12/29 11:14:13 fs 1.30.4.1: #i34551# vertical alignment
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index 5c37b15838cb..119127506f7c 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:06:47 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:25:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -310,6 +310,7 @@ namespace pcr
DEF_INFO_2( FONT_NAME, FONT, FONT, FORM_VISIBLE, DIALOG_VISIBLE ),
DEF_INFO_4( VISUALEFFECT, VISUALEFFECT, VISUALEFFECT, FORM_VISIBLE, DIALOG_VISIBLE, ENUM_ONE, COMPOSEABLE ),
DEF_INFO_4( ALIGN, ALIGN, ALIGN, FORM_VISIBLE, DIALOG_VISIBLE, ENUM, COMPOSEABLE ),
+ DEF_INFO_5( VERTICAL_ALIGN, VERTICAL_ALIGN, VERTICAL_ALIGN, FORM_VISIBLE, DIALOG_VISIBLE, ENUM, COMPOSEABLE, EXPERIMENTAL ),
DEF_INFO_2( ROWHEIGHT, ROWHEIGHT, ROWHEIGHT, FORM_VISIBLE, COMPOSEABLE ),
DEF_INFO_3( BACKGROUNDCOLOR, BACKGROUNDCOLOR, BACKGROUNDCOLOR, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ),
DEF_INFO_3( SYMBOLCOLOR, SYMBOLCOLOR, SYMBOLCOLOR, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ),
@@ -437,6 +438,9 @@ namespace pcr
case PROPERTY_ID_ALIGN:
nCommaSeparatedListResId = RID_STR_ALIGNMENT;
break;
+ case PROPERTY_ID_VERTICAL_ALIGN:
+ nStringItemsResId = RID_RSC_ENUM_VERTICAL_ALIGN;
+ break;
case PROPERTY_ID_BUTTONTYPE:
nCommaSeparatedListResId = RID_STR_ENUM_BUTTONTYPE;
break;