diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 15:36:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:36:03 +0000 |
commit | 2d5d2a9086fc7060157e7d947e9e0879355420a3 (patch) | |
tree | 622a8d96f91689e17fb5f3260bc055240d605177 /sw | |
parent | 6c6a68cd566908eb6b22fe9e9b2c2426c853b6f9 (diff) |
these were just ids, shouldn't be backed by actual string resources
Change-Id: I639fafce2c4aa919b7f1f6c993dabecf16d312da
Diffstat (limited to 'sw')
-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 |
3 files changed, 0 insertions, 130 deletions
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: */ |