diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:47:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:47:47 +0000 |
commit | 42fab08cbe828a8312580833aaa6cde9052f14c9 (patch) | |
tree | 71a6122a31d097351a3e34be9961b22df7126c47 /extensions/source/propctrlr/formmetadata.cxx | |
parent | 1ae8b5abe23636f9246ed2c8dea88356c87a8fda (diff) |
INTEGRATION: CWS dialogxml1 (1.27.14); FILE MERGED
2004/07/16 09:13:15 dbo 1.27.14.1: #115999# show VisualEffect in dialog property browser
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index a1a23c875e61..b210c179b71d 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formmetadata.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2004-07-05 16:23:34 $ + * last change: $Author: kz $ $Date: 2004-07-30 16:47:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,7 +274,7 @@ namespace pcr DEF_INFO_3( STRINGITEMLIST, STRINGITEMLIST, STRINGITEMLIST, FORM_VISIBLE, DIALOG_VISIBLE, ACTUATING ), DEF_INFO_1( DEFAULT_TEXT, DEFAULTTEXT, DEFAULTVALUE, FORM_VISIBLE ), DEF_INFO_2( FONT_NAME, FONT, FONT, FORM_VISIBLE, DIALOG_VISIBLE ), - DEF_INFO_2( VISUALEFFECT, VISUALEFFECT, VISUALEFFECT, FORM_VISIBLE, ENUM_ONE ), + DEF_INFO_3( VISUALEFFECT, VISUALEFFECT, VISUALEFFECT, FORM_VISIBLE, DIALOG_VISIBLE, ENUM_ONE ), DEF_INFO_3( ALIGN, ALIGN, ALIGN, FORM_VISIBLE, DIALOG_VISIBLE, ENUM ), DEF_INFO_1( ROWHEIGHT, ROWHEIGHT, ROWHEIGHT, FORM_VISIBLE ), DEF_INFO_2( BACKGROUNDCOLOR, BACKGROUNDCOLOR, BACKGROUNDCOLOR, FORM_VISIBLE, DIALOG_VISIBLE ), |