diff options
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 5 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.src | 1 | ||||
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index e7b7dd4ed3d2..f0f77e71e5f7 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -1868,7 +1868,6 @@ SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ) : bIsIndexOn ( false ), bIsInClose ( false ), bIsFullWordSearch ( false ) - { sfx2::AddToTaskPaneList( aToolBox.get() ); @@ -1909,12 +1908,8 @@ SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ) : bIsDebug = true; SvtMiscOptions().AddListenerLink( LINK( this, SfxHelpTextWindow_Impl, NotifyHdl ) ); - - if ( !aOnStartupCB->GetHelpId().getLength() ) - aOnStartupCB->SetHelpId( HID_HELP_ONSTARTUP_BOX ); } - SfxHelpTextWindow_Impl::~SfxHelpTextWindow_Impl() { disposeOnce(); diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src index f1f228e980be..da4fc1658bb1 100644 --- a/sfx2/source/appl/newhelp.src +++ b/sfx2/source/appl/newhelp.src @@ -237,7 +237,6 @@ Image IMG_HELP_TOOLBOX_L_COPY CheckBox RID_HELP_ONSTARTUP_BOX { - HelpId = HID_HELP_ONSTARTUP_BOX; Hide = TRUE; TabStop = TRUE; Size = MAP_APPFONT ( 200 , 10 ) ; diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 6f6544aaa171..6777c0201f08 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -52,7 +52,6 @@ #define HID_CONFIG_SAVE "SFX2_HID_CONFIG_SAVE" -#define HID_HELP_ONSTARTUP_BOX "SFX2_HID_HELP_ONSTARTUP_BOX" #define HID_CTRL_CUSTOMPROPS_YES_NO "SFX2_HID_CTRL_CUSTOMPROPS_YES_NO" #define HID_QUERY_LOAD_TEMPLATE "SFX2_HID_QUERY_LOAD_TEMPLATE" |