From 21f2e832438147dc960e8ac4a72ee8a7410a79c6 Mon Sep 17 00:00:00 2001 From: Kai Ahrens Date: Wed, 24 Jul 2002 08:16:04 +0000 Subject: [PATCH] #101667#: set helpid for page object TreeListBox --- sd/inc/helpids.h | 6 ++++-- sd/source/ui/dlg/sdtreelb.cxx | 7 ++++--- sd/util/hidother.src | 6 ++++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h index f0aa7c872287..4f43db5d1f2d 100644 --- a/sd/inc/helpids.h +++ b/sd/inc/helpids.h @@ -2,9 +2,9 @@ * * $RCSfile: helpids.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ka $ $Date: 2002-06-20 08:03:25 $ + * last change: $Author: ka $ $Date: 2002-07-24 09:14:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -221,3 +221,5 @@ #define HID_SD_UNDODELETEWARNING_DLG (HID_SD_START + 125) #define HID_SD_UNDODELETEWARNING_CBX (HID_SD_START + 126) + +#define HID_SD_PAGEOBJSTLB (HID_SD_START + 127) diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 23e9dc6edd01..f033cd6c50f5 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdtreelb.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cl $ $Date: 2002-05-31 14:20:03 $ + * last change: $Author: ka $ $Date: 2002-07-24 09:14:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,9 +95,9 @@ #include "sdresid.hxx" #include "navichld.hxx" #include "navigatr.hxx" - #include "strings.hrc" #include "res_bmp.hrc" +#include "helpids.h" BOOL SdPageObjsTLB::bIsInDrag = FALSE; @@ -167,6 +167,7 @@ SdPageObjsTLB::SdPageObjsTLB( Window* pParentWin, const SdResId& rSdResId, Bitmap( SdResId( BMP_COLLAPSE_H ) ), BMP_COLOR_HIGHCONTRAST ); + SetHelpId( HID_SD_PAGEOBJSTLB ); } /************************************************************************* 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; };