summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-07-09 13:49:04 +0000
committerStephan Bergmann <sb@openoffice.org>2002-07-09 13:49:04 +0000
commit2b2d7e39fdfda0f5f9fddc8c5cf211cd5467446c (patch)
tree8fd77a1fd529d6f60ae9e047c045b3898b9c13aa /basctl/source
parent1d8201fcb58320a9aaa023b52528e6784b38b19b (diff)
#99399# Added help IDs for some IDE controls.
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/baside2b.cxx7
-rw-r--r--basctl/source/basicide/basidesh.src5
2 files changed, 7 insertions, 5 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index cf49d4fdb0fd..e143d6ed41a1 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2b.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: sb $ $Date: 2002-07-09 13:25:21 $
+ * last change: $Author: sb $ $Date: 2002-07-09 14:49:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1322,6 +1322,7 @@ WatchWindow::WatchWindow( Window* pParent ) :
{
nVirtToolBoxHeight = aXEdit.GetSizePixel().Height() + 7;
+ aTreeListBox.SetHelpId(HID_BASICIDE_WATCHWINDOW_LIST);
aTreeListBox.EnableInplaceEditing( TRUE );
aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) );
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) );
@@ -1494,7 +1495,7 @@ StackWindow::StackWindow( Window* pParent ) :
aTreeListBox( this, WB_BORDER | WB_3DLOOK | WB_HSCROLL | WB_TABSTOP ),
aStackStr( IDEResId( RID_STR_STACK ) )
{
-
+ aTreeListBox.SetHelpId(HID_BASICIDE_STACKWINDOW_LIST);
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) );
aTreeListBox.SetHighlightRange();
aTreeListBox.Show();
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src
index c0b60a00b4ee..391383c5efdd 100644
--- a/basctl/source/basicide/basidesh.src
+++ b/basctl/source/basicide/basidesh.src
@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.src,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: sb $ $Date: 2002-07-08 07:47:42 $
+ * last change: $Author: sb $ $Date: 2002-07-09 14:49:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1806,6 +1806,7 @@ String RID_STR_SEARCHALLMODULES
};
Edit RID_EDT_WATCHEDIT
{
+ HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
Border = TRUE ;
SvLook = TRUE ;
Size = MAP_APPFONT ( 80 , 12 ) ;