diff options
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/app.hrc | 1 | ||||
-rw-r--r-- | sfx2/source/appl/app.src | 50 | ||||
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 1 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index 53cdbd488da0..f33bfc1f019a 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -35,7 +35,6 @@ #define RID_STR_HELP (RID_SFX_APP_START+79) #define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80) -#define RID_HELPBAR (RID_SFX_APP_START+81) #define CONFIG_PATH_START (RID_SFX_APP_START+98) diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 439b9342fb7c..501e41696b4e 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -265,56 +265,6 @@ String RID_STR_NOAUTOSTARTHELPAGENT Text [ en-US ] = "No automatic start at 'XX'" ; }; -String RID_HELPBAR -{ - Text [ en-US ] = "Help Bar" ; -}; - -ToolBox RID_HELPBAR -{ - HelpId = HID_HELPBAR ; - Hide = TRUE ; - ItemList = - { - ToolBoxItem - { - Identifier = SID_HELP_INDEX ; - }; - ToolBoxItem - { - Identifier = SID_HELP_HELPFILEBOX ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_HELP_ZOOMOUT; - }; - ToolBoxItem - { - Identifier = SID_HELP_ZOOMIN; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_HELP_SEARCH ; - }; - ToolBoxItem - { - Identifier = SID_HELP_BOOKMARK ; - }; - ToolBoxItem - { - Identifier = SID_HELP_ANNOTATE ; - }; - }; -}; - String RID_STR_HLPFILENOTEXIST { Text [ en-US ] = "The help file for this topic is not installed." ; diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 89d395ef1c60..00600b043b69 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -27,7 +27,6 @@ #define HID_TEMPLDLG_UPDATEBYEXAMPLE "SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE" #define HID_TEMPLDLG_WATERCAN "SFX2_HID_TEMPLDLG_WATERCAN" #define HID_FULLSCREENTOOLBOX "SFX2_HID_FULLSCREENTOOLBOX" -#define HID_HELPBAR "SFX2_HID_HELPBAR" #define HID_NAVIGATOR_WINDOW "SFX2_HID_NAVIGATOR_WINDOW" #define HID_TABDLG_RESET_BTN "SFX2_HID_TABDLG_RESET_BTN" #define HID_TABDLG_STANDARD_BTN "SFX2_HID_TABDLG_STANDARD_BTN" |