diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-08 07:55:59 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-08 07:55:59 +0000 |
commit | 15ee5053578d121c8c900902d6a3fcaa0ea7a80f (patch) | |
tree | ba289f1ba44e0068e0ddecac2dfbb3abf7829d2c /extensions/util | |
parent | 03a03bc51765687636fa13a831a57f100ad84849 (diff) |
#98562# #98563# menu entries to insert/delete record(s) added
Diffstat (limited to 'extensions/util')
-rw-r--r-- | extensions/util/hidother.src | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src index e326e4c9eb5f..624f2945667b 100644 --- a/extensions/util/hidother.src +++ b/extensions/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-10-12 12:26:35 $ + * last change: $Author: os $ $Date: 2002-05-08 08:53:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,3 +137,6 @@ hidspecial UID_ABSPILOT_HELP { HelpId = UID_ABSPILOT_HELP; } hidspecial HID_DBIWIZARD { HelpId = HID_DBIWIZARD; } hidspecial UID_DBIWIZARD_HELP { HelpId = UID_DBIWIZARD_HELP; } hidspecial HID_DBIWIZARD_FILESELECTION { HelpId = HID_DBIWIZARD_FILESELECTION; } + +hidspecial HID_BIB_DELETE_RECORD { HelpId = HID_BIB_DELETE_RECORD; } +hidspecial HID_BIB_INSERT_RECORD { HelpId = HID_BIB_INSERT_RECORD; } |