diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 155 | ||||
-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 |
4 files changed, 0 insertions, 207 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 4ce0378cd539..d5abfb81c131 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -2696,86 +2696,6 @@ SfxVoidItem GoUpSel SID_CURSORUP_SEL ] -SfxVoidItem HelpAnnotate SID_HELP_ANNOTATE -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - - -SfxVoidItem HelpBookmark SID_HELP_BOOKMARK -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - - -SfxStringItem HelpChooseFile SID_HELP_HELPFILEBOX - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxStringItem - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; -] - - SfxVoidItem HelpDownload SID_HELP_DOWNLOAD () [ @@ -2876,31 +2796,6 @@ SfxVoidItem HelpOnHelp SID_HELPONHELP ] -SfxVoidItem HelpSearch SID_HELP_SEARCH -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - - SfxBoolItem HelpTip SID_HELPTIPS [ @@ -2928,56 +2823,6 @@ SfxBoolItem HelpTip SID_HELPTIPS ] -SfxVoidItem HelpZoomIn SID_HELP_ZOOMIN -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - - -SfxVoidItem HelpZoomOut SID_HELP_ZOOMOUT -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - - SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE () [ 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" |