summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 05:14:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 05:22:54 +0200
commit3352a88c8c173acbb15dd95f4738362332107ab7 (patch)
treefec4c78bed42631fb2bb6154c69e45c42a07f1ac /sfx2/source/appl/app.src
parentfix string resource (diff)
downloadcore-3352a88c8c173acbb15dd95f4738362332107ab7.tar.gz
core-3352a88c8c173acbb15dd95f4738362332107ab7.zip
remove dead ToolBox RID_HELPBAR
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src50
1 files changed, 0 insertions, 50 deletions
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." ;