diff options
-rw-r--r-- | sc/source/ui/drawfunc/objdraw.src | 21 | ||||
-rw-r--r-- | starmath/source/smres.src | 5 | ||||
-rw-r--r-- | sw/source/ui/app/app.src | 82 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 36 | ||||
-rw-r--r-- | sw/source/ui/web/web.src | 12 |
5 files changed, 0 insertions, 156 deletions
diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src index 1981bb1e067d..065fdf89860e 100644 --- a/sc/source/ui/drawfunc/objdraw.src +++ b/sc/source/ui/drawfunc/objdraw.src @@ -364,27 +364,6 @@ };\ }; - // Objekt-Leisten - -String RID_DRAW_OBJECTBAR -{ - Text [ en-US ] = "Drawing Object Bar" ; -}; - - // Text-Toolbox - -String RID_TEXT_TOOLBOX -{ - Text [ en-US ] = "Text Object Bar" ; -}; - - // Graphics toolbox - -String RID_GRAPHIC_OBJECTBAR -{ - Text [ en-US ] = "Image Object Bar"; -}; - // Popup-Menues --------------------------------------------------------------------- String RID_POPUP_DRAW diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 0647dec0ca2e..68c74d63b3ea 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -374,11 +374,6 @@ String RID_ERR_RIGHTEXPECTED Text [ en-US ] = "'RIGHT' expected" ; }; -String RID_MATH_TOOLBOX -{ - Text [ en-US ] = "Main Toolbar" ; -}; - StringArray RID_PRINTUIOPTIONS { ItemList [en-US] = diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index bad018d61c8a..c1ec4eb13523 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -466,11 +466,6 @@ String STR_REDLINE_UNKNOWN_AUTHOR Text [ en-US ] = "Unknown Author"; }; -String RID_MODULE_TOOLBOX -{ - Text [ en-US ] = "Function Bar (viewing mode)" ; -}; - String STR_DONT_ASK_AGAIN { Text [ en-US ] = "~Do not show warning again" ; @@ -608,83 +603,6 @@ String STR_ACCESS_COLUMN_WIDTH Text [ en-US ] = "Column %1 Width"; }; -ToolBox RID_MODULE_TOOLBOX -{ - HelpID = HID_MODULE_TOOLBOX ; - Border = TRUE ; - SVLook = TRUE ; - Dockable = TRUE ; - Moveable = TRUE ; - Sizeable = TRUE ; - Closeable = TRUE ; - Zoomable = TRUE ; - HideWhenDeactivate = TRUE ; - LineSpacing = TRUE ; - Customize = TRUE ; - MenuStrings = TRUE ; - Hide = TRUE ; - ItemList = - { - ToolBoxItem - { - Identifier = SID_SAVEASDOC ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_EDITDOC ; - }; - ToolBoxItem - { - Identifier = SID_MAIL_SENDDOC ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_DIRECTEXPORTDOCASPDF ; - }; - ToolBoxItem - { - Identifier = SID_PRINTDOCDIRECT ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_COPY ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_SEARCH_DLG ; - }; - ToolBoxItem - { - Identifier = SID_NAVIGATOR ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_SEPARATOR ; - }; - ToolBoxItem - { - Identifier = SID_ATTR_ZOOM ; - }; - }; - Scroll = TRUE ; -}; - String STR_CAPTION_TABLE { Text [ en-US ] = "%PRODUCTNAME Writer Table"; diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index 0c151d988f48..3b2aa6906cfe 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -115,42 +115,6 @@ String STR_PAGE_COUNT_CUSTOM { Text [ en-US ] = "Page %1 of %2 (Page %3)" ; }; -String RID_TEXT_TOOLBOX -{ - Text [ en-US ] = "Text Object Bar" ; -}; -String RID_TABLE_TOOLBOX -{ - Text [ en-US ] = "Table Object Bar" ; -}; -String RID_FRAME_TOOLBOX -{ - Text [ en-US ] = "Frame Object Bar" ; -}; -String RID_GRAFIK_TOOLBOX -{ - Text [ en-US ] = "Images Object Bar" ; -}; -String RID_OLE_TOOLBOX -{ - Text [ en-US ] = "Object" ; -}; -String RID_DRAW_TOOLBOX -{ - Text [ en-US ] = "Draw Object Bar" ; -}; -String RID_BEZIER_TOOLBOX -{ - Text [ en-US ] = "Bézier Object Bar" ; -}; -String RID_DRAW_TEXT_TOOLBOX -{ - Text [ en-US ] = "Text Object Bar/Images" ; -}; -String RID_NUM_TOOLBOX -{ - Text [ en-US ] = "Numbering Object Bar" ; -}; String STR_SHELLNAME_TEXT { Text [ en-US ] = "Text" ; diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src index 3c6d1811538a..a28d30c7669c 100644 --- a/sw/source/ui/web/web.src +++ b/sw/source/ui/web/web.src @@ -59,17 +59,5 @@ String RID_WEBTEXT_TOOLBOX { Text [ en-US ] = "Text Object Bar/Web" ; }; -String RID_WEBFRAME_TOOLBOX -{ - Text [ en-US ] = "Frame Object Bar/Web" ; -}; -String RID_WEBGRAPHIC_TOOLBOX -{ - Text [ en-US ] = "Image Object Bar/Web" ; -}; -String RID_WEBOLE_TOOLBOX -{ - Text [ en-US ] = "Object/Web" ; -}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |