diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-07-01 10:50:34 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-07-01 10:50:34 +0000 |
commit | a5fe6626dbdb1dc0565674ae66922ace9db5be38 (patch) | |
tree | fb71f1adb1e9d4c9c50800385eb409c9c394ca14 /extensions | |
parent | a9fb73e872af5b315bcf5130c51460ac03c39dae (diff) |
INTEGRATION: CWS expconbin (1.25.42); FILE MERGED
2005/06/01 12:49:21 fs 1.25.42.1: #i49019# make 'Binding' an explicit property, not an implicit one
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx index 2877a45a8..93a4d5f6a 100644 --- a/extensions/source/propctrlr/formmetadata.hxx +++ b/extensions/source/propctrlr/formmetadata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formmetadata.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2005-03-23 11:56:33 $ + * last change: $Author: rt $ $Date: 2005-07-01 11:50:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -356,6 +356,7 @@ namespace pcr #define PROPERTY_ID_XFORMS_BUTTONTYPE 184 #define PROPERTY_ID_LIST_BINDING 185 #define PROPERTY_ID_VERTICAL_ALIGN 186 + #define PROPERTY_ID_BINDING_NAME 187 //............................................................................ } // namespace pcr |