diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-07-01 10:52:29 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-07-01 10:52:29 +0000 |
commit | 1de23578ef87cf7dc78751e948b7091237992b9c (patch) | |
tree | 3ccdb14250dc24e0d8ce3c01051ce356994413d9 | |
parent | aad9eddb00ce0d1cf3c302ce42fbf55c67c262e0 (diff) |
INTEGRATION: CWS expconbin (1.16.114); FILE MERGED
2005/06/01 12:51:18 fs 1.16.114.1: #i49019# make 'Binding' an explicit property, not an implicit one
-rw-r--r-- | extensions/util/hidother.src | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src index a5dba25396f7..48668608e1b0 100644 --- a/extensions/util/hidother.src +++ b/extensions/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2004-11-16 12:15:53 $ + * last change: $Author: rt $ $Date: 2005-07-01 11:52:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -324,3 +324,4 @@ hidspecial HID_PROP_XSD_MIN_EXCLUSIVE { HelpId = HID_PROP_XSD_MIN_EXCL hidspecial HID_PROP_UNCHECKEDREFVALUE { HelpId = HID_PROP_UNCHECKEDREFVALUE; } hidspecial HID_PROP_SUBMISSION_ID { HelpId = HID_PROP_SUBMISSION_ID; } hidspecial HID_PROP_LIST_BINDING { HelpId = HID_PROP_LIST_BINDING; } +hidspecial HID_PROP_BINDING_NAME { HelpId = HID_PROP_BINDING_NAME; } |