diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-07-24 08:16:04 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-07-24 08:16:04 +0000 |
commit | 21f2e832438147dc960e8ac4a72ee8a7410a79c6 (patch) | |
tree | b7fd67fb3d4b89ad24f1d63722207f572b5d2b5e /sd/util | |
parent | 35509a410825af34887a91bb0936ebb9a93ca427 (diff) |
#101667#: set helpid for page object TreeListBox
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/hidother.src | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/util/hidother.src b/sd/util/hidother.src index 2dae117ad581..39d94836afa4 100644 --- a/sd/util/hidother.src +++ b/sd/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ka $ $Date: 2002-06-20 08:07:38 $ + * last change: $Author: ka $ $Date: 2002-07-24 09:16:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,3 +155,5 @@ hidspecial HID_SD_TABBAR_LAYERS { HelpId = HID_SD_TABBAR_LAYERS; }; hidspecial HID_SD_UNDODELETEWARNING_DLG { HelpId = HID_SD_UNDODELETEWARNING_DLG; }; hidspecial HID_SD_UNDODELETEWARNING_CBX { HelpId = HID_SD_UNDODELETEWARNING_CBX; }; + +hidspecial HID_SD_PAGEOBJSTLB { HelpId = HID_SD_PAGEOBJSTLB; }; |