summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:35:33 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:35:33 +0000
commite5119774a79daf263e130868eea4e6214cbaee49 (patch)
tree68301d04d417b4aefba593b15399686cc8edc993 /extensions/source/propctrlr/formmetadata.cxx
parent843ae26cecd03a6576b681bfb49d6e83e375338d (diff)
INTEGRATION: CWS dba22a (1.39.32); FILE MERGED
2006/11/23 12:06:25 fs 1.39.32.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property, then all handlers which previously registered for changes of this property (getActuatingProperties) will not be notified anymore. Reasoning is that the new handler could given the property a new semantics, type, whatever, which the previous handlers would not expect.
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index dfa3cc4f3c52..a9131e1e44f7 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: vg $ $Date: 2006-11-23 11:07:41 $
+ * last change: $Author: rt $ $Date: 2006-12-01 17:35:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -344,7 +344,6 @@ namespace pcr
DEF_INFO_3( VSCROLL, VSCROLL, VSCROLL, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ),
DEF_INFO_3( BUTTONTYPE, BUTTONTYPE, BUTTONTYPE, FORM_VISIBLE, ENUM, COMPOSEABLE ),
DEF_INFO_2( XFORMS_BUTTONTYPE, BUTTONTYPE, BUTTONTYPE, FORM_VISIBLE, ENUM ),
- DEF_INFO_2( ACTION_BUTTONTYPE, BUTTONTYPE, BUTTONTYPE, FORM_VISIBLE, ENUM ),
DEF_INFO_1( SUBMISSION_ID, SUBMISSION_ID, SUBMISSION_ID, FORM_VISIBLE ),
DEF_INFO_2( PUSHBUTTONTYPE, PUSHBUTTONTYPE, PUSHBUTTONTYPE, DIALOG_VISIBLE, ENUM ),
DEF_INFO_2( TARGET_URL, TARGET_URL, TARGET_URL, FORM_VISIBLE, COMPOSEABLE ),
@@ -457,7 +456,6 @@ namespace pcr
nStringItemsResId = RID_RSC_ENUM_VERTICAL_ALIGN;
break;
case PROPERTY_ID_BUTTONTYPE:
- case PROPERTY_ID_ACTION_BUTTONTYPE:
nCommaSeparatedListResId = RID_STR_ENUM_BUTTONTYPE;
break;
case PROPERTY_ID_PUSHBUTTONTYPE: