diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-12-14 10:44:19 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-12-14 10:44:19 +0000 |
commit | 09c9c6fd99b71de93dda9f157bb3330a18e19746 (patch) | |
tree | 2f6bcb55a5208a2515f9a96decb0d3ebc1d9a270 /sc/util/hidother.src | |
parent | 6a734fe30fef01b027749799937425995a8cc79d (diff) |
#95943# added SID_RENAME_OBJECT to hidother.src
Diffstat (limited to 'sc/util/hidother.src')
-rw-r--r-- | sc/util/hidother.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/util/hidother.src b/sc/util/hidother.src index 004021fc9225..3b45a7dd1ba1 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: nn $ $Date: 2001-12-05 21:56:29 $ + * last change: $Author: nn $ $Date: 2001-12-14 11:44:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -493,3 +493,8 @@ hidspecial HID_AAI_FUNC_OCT2HEX { HelpID = HID_AAI_FUNC_OCT2HEX; }; hidspecial HID_AAI_FUNC_CONVERT { HelpID = HID_AAI_FUNC_CONVERT; }; hidspecial HID_AAI_FUNC_FACTDOUBLE { HelpID = HID_AAI_FUNC_FACTDOUBLE; }; +// These HelpIDs do appear in resources, but don't have hid list entries +// generated from there, because of the use of macros (#95943#): + +hidspecial SID_RENAME_OBJECT { HelpID = SID_RENAME_OBJECT; }; + |