summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
commit383957c96aac78301a126746c14c631314ee6329 (patch)
treea5b71bd66574175b88d26fcba5375b774ec3f7f1 /basctl/source/basicide/baside2b.cxx
parent8a7f8ca1a440b8ccc9c5aa241560bbb1ca963969 (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx18
1 files changed, 12 insertions, 6 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index b6b4accb7dd6..d2b227319e60 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -177,7 +177,8 @@ EditorWindow::EditorWindow( Window* pParent ) :
Wallpaper(GetSettings().GetStyleSettings().GetFieldColor()));
SetPointer( Pointer( POINTER_TEXT ) );
- SetHelpId( HID_BASICIDE_EDITORWINDOW );
+ // FIXME: HELPID
+ SetHelpId( ""/*HID_BASICIDE_EDITORWINDOW*/ );
pSourceViewConfig->AddListener(this);
}
@@ -948,7 +949,8 @@ BreakPointWindow::BreakPointWindow( Window* pParent ) :
// Falls in EditEngine autom. gescrollt wurde, wuesste ich sonst nicht,
// wo ich gerade stehe.
- SetHelpId( HID_BASICIDE_BREAKPOINTWINDOW );
+ // FIXME: HELPID
+ SetHelpId( ""/*HID_BASICIDE_BREAKPOINTWINDOW*/ );
}
@@ -1187,7 +1189,8 @@ WatchWindow::WatchWindow( Window* pParent ) :
nVirtToolBoxHeight = aXEdit.GetSizePixel().Height() + 7;
nHeaderBarHeight = 16;
- aTreeListBox.SetHelpId(HID_BASICIDE_WATCHWINDOW_LIST);
+ // FIXME: HELPID
+ aTreeListBox.SetHelpId(""/*HID_BASICIDE_WATCHWINDOW_LIST*/);
aTreeListBox.EnableInplaceEditing( TRUE );
aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) );
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight + nHeaderBarHeight ) );
@@ -1239,7 +1242,8 @@ WatchWindow::WatchWindow( Window* pParent ) :
SetText( String( IDEResId( RID_STR_WATCHNAME ) ) );
- SetHelpId( HID_BASICIDE_WATCHWINDOW );
+ // FIXME: HELPID
+ SetHelpId( ""/*HID_BASICIDE_WATCHWINDOW*/ );
// make watch window keyboard accessible
GetSystemWindow()->GetTaskPaneList()->AddWindow( this );
@@ -1522,7 +1526,8 @@ StackWindow::StackWindow( Window* pParent ) :
aGotoCallButton( this, IDEResId( RID_IMGBTN_GOTOCALL ) ),
aStackStr( IDEResId( RID_STR_STACK ) )
{
- aTreeListBox.SetHelpId(HID_BASICIDE_STACKWINDOW_LIST);
+ // FIXME: HELPID
+ aTreeListBox.SetHelpId(""/*HID_BASICIDE_STACKWINDOW_LIST*/);
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) );
aTreeListBox.SetHighlightRange();
aTreeListBox.SetSelectionMode( NO_SELECTION );
@@ -1531,7 +1536,8 @@ StackWindow::StackWindow( Window* pParent ) :
SetText( String( IDEResId( RID_STR_STACKNAME ) ) );
- SetHelpId( HID_BASICIDE_STACKWINDOW );
+ // FIXME: HELPID
+ SetHelpId( ""/*HID_BASICIDE_STACKWINDOW*/ );
aGotoCallButton.SetClickHdl( LINK( this, StackWindow, ButtonHdl ) );
aGotoCallButton.SetPosPixel( Point( DWBORDER, 2 ) );