summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 14:33:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:37:44 +0000
commitf645294d3959ab204ac0efb6619e74b5ba85efa6 (patch)
tree3437361d64d2df1b1849f1adfb0bf01fbd876d88 /svx
parentcbb2e6b76868d5c67a713b68310b44be59bfab3e (diff)
remove unused RID constants
found with the attached bin/find-unused-rid.py script Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf Reviewed-on: https://gerrit.libreoffice.org/35136 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/accessibility.hrc2
-rw-r--r--svx/inc/gallery.hrc19
-rw-r--r--svx/source/accessibility/accessibility.src8
-rw-r--r--svx/source/dialog/sdstring.src26
-rw-r--r--svx/source/engine3d/float3d.src5
-rw-r--r--svx/source/engine3d/string3d.src24
-rw-r--r--svx/source/form/datanavi.src20
-rw-r--r--svx/source/form/fmstring.src32
-rw-r--r--svx/source/gallery2/gallery.src77
-rw-r--r--svx/source/items/svxitems.src147
-rw-r--r--svx/source/tbxctrls/tbcontrl.src5
11 files changed, 0 insertions, 365 deletions
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
index 36a00c6c97d8..3fd1d8b4ee6b 100644
--- a/svx/inc/accessibility.hrc
+++ b/svx/inc/accessibility.hrc
@@ -23,8 +23,6 @@
#include <svx/dialogs.hrc>
#define RID_SVXSTR_A11Y_3D_MATERIAL_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 1)
-#define RID_SVXSTR_A11Y_TEXT_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 2)
-#define RID_SVXSTR_A11Y_BACKGROUND_COLOR (RID_SVXSTR_ACCESSIBILITY_START + 3)
#define RID_SVXSTR_A11Y_FILLSTYLE_NONE (RID_SVXSTR_ACCESSIBILITY_START + 4)
#define RID_SVXSTR_A11Y_FILLSTYLE_SOLID (RID_SVXSTR_ACCESSIBILITY_START + 5)
#define RID_SVXSTR_A11Y_FILLSTYLE_HATCH (RID_SVXSTR_ACCESSIBILITY_START + 6)
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
index b710d7cc13af..21844e3260e4 100644
--- a/svx/inc/gallery.hrc
+++ b/svx/inc/gallery.hrc
@@ -24,28 +24,10 @@
#include "galtheme.hrc"
// Gallery-Strings
-#define RID_SVXSTR_EXTFORMAT1_SYS (RID_SVX_GALLERY_START + 15)
-#define RID_SVXSTR_EXTFORMAT1_UI (RID_SVX_GALLERY_START + 16)
-#define RID_SVXSTR_EXTFORMAT2_SYS (RID_SVX_GALLERY_START + 17)
-#define RID_SVXSTR_EXTFORMAT2_UI (RID_SVX_GALLERY_START + 18)
-#define RID_SVXSTR_EXTFORMAT3_SYS (RID_SVX_GALLERY_START + 19)
-#define RID_SVXSTR_EXTFORMAT3_UI (RID_SVX_GALLERY_START + 20)
-#define RID_SVXSTR_GALLERY_FOPENERROR (RID_SVX_GALLERY_START + 11)
-#define RID_SVXSTR_GALLERY_NOTHEME (RID_SVX_GALLERY_START + 13)
-#define RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS (RID_SVX_GALLERY_START + 25)
#define RID_SVXSTR_GALLERY_FILTER (RID_SVX_GALLERY_START + 26)
-#define RID_SVXSTR_GALLERY_LENGTH (RID_SVX_GALLERY_START + 27)
-#define RID_SVXSTR_GALLERY_SIZE (RID_SVX_GALLERY_START + 28)
-#define RID_SVXSTR_GALLERY_DELETEDD (RID_SVX_GALLERY_START + 29)
-#define RID_SVXSTR_GALLERY_SGIERROR (RID_SVX_GALLERY_START + 31)
#define RID_SVXSTR_GALLERY_NEWTHEME (RID_SVX_GALLERY_START + 32)
-#define RID_SVXSTR_GALLERY_BROWSER (RID_SVX_GALLERY_START + 33)
-#define RID_SVXSTR_GALLERY_THEMEERR (RID_SVX_GALLERY_START + 34)
-#define RID_SVXSTR_GALLERY_IMPORTTHEME (RID_SVX_GALLERY_START + 41)
#define RID_SVXSTR_GALLERY_CREATETHEME (RID_SVX_GALLERY_START + 42)
-#define RID_SVXSTR_GALLERY_DIALOGID (RID_SVX_GALLERY_START + 80)
#define RID_SVXSTR_GALLERY_TITLE (RID_SVX_GALLERY_START + 84)
-#define RID_SVXSTR_GALLERY_PATH (RID_SVX_GALLERY_START + 85)
#define RID_SVXSTR_GALLERY_ICONVIEW (RID_SVX_GALLERY_START + 86)
#define RID_SVXSTR_GALLERY_LISTVIEW (RID_SVX_GALLERY_START + 87)
@@ -54,7 +36,6 @@
#define RID_SVXMN_GALLERY2 (RID_SVX_GALLERY_START + 37)
// Images
-#define RID_SVXBMP_GALLERY (RID_SVX_GALLERY_START + 46)
#define RID_SVXBMP_THEME_NORMAL (RID_SVX_GALLERY_START + 48)
#define RID_SVXBMP_THEME_READONLY (RID_SVX_GALLERY_START + 52)
#define RID_SVXBMP_THEME_DEFAULT (RID_SVX_GALLERY_START + 54)
diff --git a/svx/source/accessibility/accessibility.src b/svx/source/accessibility/accessibility.src
index 66722c87d262..37986e929a66 100644
--- a/svx/source/accessibility/accessibility.src
+++ b/svx/source/accessibility/accessibility.src
@@ -23,14 +23,6 @@ String RID_SVXSTR_A11Y_3D_MATERIAL_COLOR
{
Text [ en-US ] = "3D material color" ;
};
-String RID_SVXSTR_A11Y_TEXT_COLOR
-{
- Text [ en-US ] = "Font color" ;
-};
-String RID_SVXSTR_A11Y_BACKGROUND_COLOR
-{
- Text [ en-US ] = "Background color" ;
-};
String RID_SVXSTR_A11Y_FILLSTYLE_NONE
{
Text [ en-US ] = "None" ;
diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src
index 79fc0f1ee81a..9ec239d64216 100644
--- a/svx/source/dialog/sdstring.src
+++ b/svx/source/dialog/sdstring.src
@@ -61,10 +61,6 @@ String RID_SVXSTR_LINEEND
Text [ en-US ] = "Arrowheads" ;
};
-String RID_SVXSTR_CLOSE
-{
- Text [ en-US ] = "Close" ;
-};
String RID_SVXSTR_COLOR_BLACK
{
Text [ en-US ] = "Black" ;
@@ -447,12 +443,6 @@ String RID_SVXSTR_COLOR_SEABLUE_DEF
Text = "Sea blue";
};
/* do not translate */
-String RID_SVXSTR_COLOR_SUN_DEF
-{
- // attention: this is the color string for the Sun Microsystems specific colors !!!
- Text = "Sun";
-};
-/* do not translate */
String RID_SVXSTR_COLOR_CHART_DEF
{
Text = "Chart";
@@ -2106,12 +2096,6 @@ StringArray RID_SVXSTR_FIELDUNIT_TABLE
};
};
-// unknown text color
-String RID_SVXSTR_COLOR_USER
-{
- Text [ en-US ] = "User" ;
-};
-
String RID_SVXSTR_COLOR_LIBRE_GREEN_1
{
Text [ en-US ] = "Green 1 (%PRODUCTNAME Main Color)" ;
@@ -2285,16 +2269,6 @@ String RID_SVXSTR_GALLERY_PREVIEW
Text [ en-US ] = "Preview";
};
-String RID_SVXSTR_FILTER
-{
- Text [ en-US ] = "Filter" ;
-};
-
-String RID_SVXSTR_VIEW
-{
- Text [ en-US ] = "List" ;
-};
-
Bitmap RID_SVXBMP_GREENCHECK
{
File = "nu01.png";
diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src
index e58ad58e7acb..8c15a5a45b93 100644
--- a/svx/source/engine3d/float3d.src
+++ b/svx/source/engine3d/float3d.src
@@ -31,11 +31,6 @@ Bitmap RID_SVXBMP_LAMP_OFF
File = "light.bmp";
};
-Bitmap RID_SVXBMP_COLORDLG
-{
- File = "colordlg.bmp";
-};
-
String RID_SVXFLOAT3D_FAVORITE
{
Text [ en-US ] = "Favorite";
diff --git a/svx/source/engine3d/string3d.src b/svx/source/engine3d/string3d.src
index 3a9be10b47dc..d7451ae414c8 100644
--- a/svx/source/engine3d/string3d.src
+++ b/svx/source/engine3d/string3d.src
@@ -20,30 +20,10 @@
#include <svx/dialogs.hrc>
// Strings for the Draw Dialog --------------------------------------------
-String RID_SVX_3D_CREATE_LATHE
-{
- Text [ en-US ] = "Create 3D rotation object" ;
-};
String RID_SVX_3D_UNDO_EXCHANGE_PASTE
{
Text [ en-US ] = "Insert object(s)" ;
};
-String RID_SVX_3D_UNDO_SEGMENTS
-{
- Text [ en-US ] = "Number of segments" ;
-};
-String RID_SVX_3D_UNDO_DEEPTH
-{
- Text [ en-US ] = "Object depth" ;
-};
-String RID_SVX_3D_UNDO_FOCAL
-{
- Text [ en-US ] = "Focal length" ;
-};
-String RID_SVX_3D_UNDO_CAMPOS
-{
- Text [ en-US ] = "Camera position" ;
-};
String RID_SVX_3D_UNDO_ROTATE
{
Text [ en-US ] = "Rotate 3D object" ;
@@ -60,9 +40,5 @@ String RID_SVX_3D_UNDO_BREAK_LATHE
{
Text [ en-US ] = "Split 3D object" ;
};
-String RID_SVX_3D_UNDO_ATTRIBUTES
-{
- Text [ en-US ] = "3D Attributes" ;
-};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/datanavi.src b/svx/source/form/datanavi.src
index 1636d1a61c0f..76c1c886febe 100644
--- a/svx/source/form/datanavi.src
+++ b/svx/source/form/datanavi.src
@@ -47,16 +47,6 @@ Bitmap RID_SVXBMP_REMOVE
File = "tb05.png";
};
-Bitmap RID_SVXBMP_GROUP_CLOSED
-{
- File = "da01.png";
-};
-
-Bitmap RID_SVXBMP_GROUP_OPEN
-{
- File = "da02.png";
-};
-
Bitmap RID_SVXBMP_ELEMENT
{
File = "da03.png";
@@ -209,16 +199,6 @@ String RID_STR_REPLACE_DOC
Text [ en-US ] = "Document" ;
};
-String RID_STR_DATANAV_SUBM_PARENT
-{
- Text [ en-US ] = "Submission: " ;
-};
-
-String RID_STR_DATANAV_SUBM_ID
-{
- Text [ en-US ] = "ID: " ;
-};
-
String RID_STR_DATANAV_SUBM_BIND
{
Text [ en-US ] = "Binding: " ;
diff --git a/svx/source/form/fmstring.src b/svx/source/form/fmstring.src
index 5ad484b332b6..a05decfa7634 100644
--- a/svx/source/form/fmstring.src
+++ b/svx/source/form/fmstring.src
@@ -19,18 +19,10 @@
#include "svx/fmresids.hrc"
/* Strings fuer Uebersetzung */
-String RID_ERR_CONTEXT_ADDFORM
-{
- Text [ en-US ] = "Error while creating form";
-};
String RID_ERR_FIELDREQUIRED
{
Text [ en-US ] = "Input required in field '#'. Please enter a value.";
};
-String RID_ERR_DUPLICATE_NAME
-{
- Text [ en-US ] = "Entry already exists.\nPlease choose another name.";
-};
String RID_STR_FORMS
{
Text [ en-US ] = "Forms";
@@ -111,18 +103,6 @@ String RID_STR_DELETECONFIRM
Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?";
};
-String RID_ERR_NO_ELEMENT
-{
- Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items.";
-};
-String RID_STR_GROUPBOX
-{
- Text [ en-US ] = "Frame element";
-};
-String RID_STR_NAVIGATION
-{
- Text [ en-US ] = "Navigation";
-};
String RID_STR_NAVIGATIONBAR
{
Text [ en-US ] = "Navigation bar";
@@ -151,22 +131,10 @@ String RID_STR_UNDO_CONTAINER_REPLACE
{
Text [ en-US ] = "Replace a container element";
};
-String RID_STR_UNDO_DELETE_LOGICAL
-{
- Text [ en-US ] = "Delete structure";
-};
String RID_STR_UNDO_MODEL_REPLACE
{
Text [ en-US ] = "Replace Control";
};
-String RID_STR_DATE
-{
- Text [ en-US ] = "Date";
-};
-String RID_STR_TIME
-{
- Text [ en-US ] = "Time";
-};
String RID_STR_PROPTITLE_PUSHBUTTON
{
Text [ en-US ] = "Push Button";
diff --git a/svx/source/gallery2/gallery.src b/svx/source/gallery2/gallery.src
index bbea8503d4c0..cf9bb15bf136 100644
--- a/svx/source/gallery2/gallery.src
+++ b/svx/source/gallery2/gallery.src
@@ -21,94 +21,22 @@
#include "helpid.hrc"
#include "gallery.hrc"
-String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
-{
- Text [ en-US ] = "Update";
-};
-String RID_SVXSTR_GALLERY_FOPENERROR
-{
- Text [ en-US ] = "This file cannot be opened" ;
-};
-String RID_SVXSTR_GALLERY_NOTHEME
-{
- Text [ en-US ] = "Invalid Theme Name!" ;
-};
-String RID_SVXSTR_EXTFORMAT1_SYS
-{
- Text = "wav" ;
-};
-String RID_SVXSTR_EXTFORMAT1_UI
-{
- Text [ en-US ] = "Wave - Sound File" ;
-};
-String RID_SVXSTR_EXTFORMAT2_SYS
-{
- Text = "aif" ;
-};
-String RID_SVXSTR_EXTFORMAT2_UI
-{
- Text [ en-US ] = "Audio Interchange File Format" ;
-};
-String RID_SVXSTR_EXTFORMAT3_SYS
-{
- Text = "au" ;
-};
-String RID_SVXSTR_EXTFORMAT3_UI
-{
- Text [ en-US ] = "AU - Sound File" ;
-};
String RID_SVXSTR_GALLERY_FILTER
{
Text [ en-US ] = "Graphics filter" ;
};
-String RID_SVXSTR_GALLERY_LENGTH
-{
- Text [ en-US ] = "Length:" ;
-};
-String RID_SVXSTR_GALLERY_SIZE
-{
- Text [ en-US ] = "Size:" ;
-};
-String RID_SVXSTR_GALLERY_DELETEDD
-{
- Text [ en-US ] = "Do you want to delete the linked file?" ;
-};
-String RID_SVXSTR_GALLERY_SGIERROR
-{
- Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
-};
String RID_SVXSTR_GALLERY_NEWTHEME
{
Text [ en-US ] = "New Theme" ;
};
-String RID_SVXSTR_GALLERY_BROWSER
-{
- Text [ en-US ] = "~Organizer..." ;
-};
-String RID_SVXSTR_GALLERY_THEMEERR
-{
- Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ;
-};
-String RID_SVXSTR_GALLERY_IMPORTTHEME
-{
- Text [ en-US ] = "I~mport..." ;
-};
String RID_SVXSTR_GALLERY_CREATETHEME
{
Text [ en-US ] = "New Theme..." ;
};
-String RID_SVXSTR_GALLERY_DIALOGID
-{
- Text [ en-US ] = "Assign ID" ;
-};
String RID_SVXSTR_GALLERY_TITLE
{
Text [ en-US ] = "Title" ;
};
-String RID_SVXSTR_GALLERY_PATH
-{
- Text [ en-US ] = "Path" ;
-};
String RID_SVXSTR_GALLERY_ICONVIEW
{
Text [ en-US ] = "Icon View";
@@ -118,11 +46,6 @@ String RID_SVXSTR_GALLERY_LISTVIEW
Text [ en-US ] = "Detailed View";
};
-Bitmap RID_SVXBMP_GALLERY
-{
- File = "lx03135.png" ;
-};
-
Bitmap RID_SVXBMP_THEME_NORMAL
{
File = "galnors.png" ;
diff --git a/svx/source/items/svxitems.src b/svx/source/items/svxitems.src
index 14980b69cf12..90ad9c097edc 100644
--- a/svx/source/items/svxitems.src
+++ b/svx/source/items/svxitems.src
@@ -87,120 +87,6 @@ StringArray RID_ATTR_NAMES
};
};
- // SvxSearchItem ------------------------------------------------------------
- // Kommando
-String RID_SVXITEMS_SEARCHCMD_FIND
-{
- Text [ en-US ] = "Search" ;
-};
-String RID_SVXITEMS_SEARCHCMD_FIND_ALL
-{
- Text [ en-US ] = "Find All" ;
-};
-String RID_SVXITEMS_SEARCHCMD_REPLACE
-{
- Text [ en-US ] = "Replace" ;
-};
-String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
-{
- Text [ en-US ] = "Replace all" ;
-};
- // Vorlagen
-String RID_SVXITEMS_SEARCHSTYL_CHAR
-{
- Text [ en-US ] = "Character Style" ;
-};
-String RID_SVXITEMS_SEARCHSTYL_PARA
-{
- Text [ en-US ] = "Paragraph Style" ;
-};
-String RID_SVXITEMS_SEARCHSTYL_FRAME
-{
- Text [ en-US ] = "Frame Style" ;
-};
-String RID_SVXITEMS_SEARCHSTYL_PAGE
-{
- Text [ en-US ] = "Page Style" ;
-};
- // Zellen-Typ
-String RID_SVXITEMS_SEARCHIN_FORMULA
-{
- Text [ en-US ] = "Formula" ;
-};
-String RID_SVXITEMS_SEARCHIN_VALUE
-{
- Text [ en-US ] = "Value" ;
-};
-String RID_SVXITEMS_SEARCHIN_NOTE
-{
- Text [ en-US ] = "Note" ;
-};
- // Applikation
-String RID_SVXITEMS_SEARCHAPP_WRITER
-{
- Text = "StarWriter" ;
-};
-String RID_SVXITEMS_SEARCHAPP_CALC
-{
- Text = "StarCalc" ;
-};
-String RID_SVXITEMS_SEARCHAPP_DRAW
-{
- Text = "StarDraw" ;
-};
-String RID_SVXITEMS_SEARCHAPP_BASE
-{
- Text = "StarBase" ;
-};
- // enum BrushStyle ----------------------------------------------------------
-String RID_SVXITEMS_BRUSHSTYLE_NULL
-{
- Text [ en-US ] = "None" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_SOLID
-{
- Text [ en-US ] = "Solid" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_HORZ
-{
- Text [ en-US ] = "Horizontal" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_VERT
-{
- Text [ en-US ] = "Vertical" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_CROSS
-{
- Text [ en-US ] = "Grid" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
-{
- Text [ en-US ] = "Diamond" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
-{
- Text [ en-US ] = "Diagonal up" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
-{
- Text [ en-US ] = "Diagonal down" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_25
-{
- Text = "25%" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_50
-{
- Text = "50%" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_75
-{
- Text = "75%" ;
-};
-String RID_SVXITEMS_BRUSHSTYLE_BITMAP
-{
- Text [ en-US ] = "Image" ;
-};
// end enum ColorName -----------------------------------------------------------
String RID_SVXITEMS_ORI_STANDARD
{
@@ -218,31 +104,6 @@ String RID_SVXITEMS_ORI_STACKED
{
Text [ en-US ] = "Stacked" ;
};
- // GetValueText von BoolItems
-String RID_SVXITEMS_BOXINF_TABLE_TRUE
-{
- Text [ en-US ] = "Table" ;
-};
-String RID_SVXITEMS_BOXINF_TABLE_FALSE
-{
- Text [ en-US ] = "Not Table" ;
-};
-String RID_SVXITEMS_BOXINF_DIST_TRUE
-{
- Text [ en-US ] = "Spacing enabled" ;
-};
-String RID_SVXITEMS_BOXINF_DIST_FALSE
-{
- Text [ en-US ] = "Spacing disabled" ;
-};
-String RID_SVXITEMS_BOXINF_MDIST_TRUE
-{
- Text [ en-US ] = "Keep spacing interval" ;
-};
-String RID_SVXITEMS_BOXINF_MDIST_FALSE
-{
- Text [ en-US ] = "Allowed to fall short of spacing interval" ;
-};
String RID_SVXITEMS_MARGIN_LEFT
{
Text [ en-US ] = "Left margin: " ;
@@ -323,14 +184,6 @@ String RID_SVXITEMS_TEXT_COMPLETE
{
Text [ en-US ] = "Text: " ;
};
-String RID_SVXITEMS_BACKGROUND_COLOR
-{
- Text [ en-US ] = "Background color: " ;
-};
-String RID_SVXITEMS_PATTERN_COLOR
-{
- Text [ en-US ] = "Pattern color: " ;
-};
String RID_SVXITEMS_BRUSH_CHAR
{
Text [ en-US ] = "Character background";
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index eb98816a5678..4372e1253736 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -94,11 +94,6 @@ String RID_SVXSTR_TRANSPARENT
Text [ en-US ] = "Transparent";
};
-String RID_SVXSTR_FILLPATTERN
-{
- Text [ en-US ] = "Pattern" ;
-};
-
String RID_SVXSTR_FRAME
{
Text [ en-US ] = "Borders" ;