summaryrefslogtreecommitdiff
path: root/editeng
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 /editeng
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 'editeng')
-rw-r--r--editeng/source/items/svxitems.src54
-rw-r--r--editeng/source/misc/lingu.src4
-rw-r--r--editeng/source/outliner/outliner.src4
3 files changed, 0 insertions, 62 deletions
diff --git a/editeng/source/items/svxitems.src b/editeng/source/items/svxitems.src
index e173867c5cf9..087ee07bb6cd 100644
--- a/editeng/source/items/svxitems.src
+++ b/editeng/source/items/svxitems.src
@@ -19,15 +19,6 @@
#include <editeng/editrids.hrc>
- // Value strings ------------------------------------------------------------
-String RID_SVXITEMS_TRUE
-{
- Text [ en-US ] = "True" ;
-};
-String RID_SVXITEMS_FALSE
-{
- Text [ en-US ] = "False" ;
-};
// enum SvxBreak ------------------------------------------------------------
String RID_SVXITEMS_BREAK_NONE
{
@@ -503,35 +494,6 @@ String RID_SVXITEMS_ADJUST_BLOCKLINE
{
Text [ en-US ] = "Justify" ;
};
- // enum SvxTabAdjust --------------------------------------------------------
-String RID_SVXITEMS_TAB_DECIMAL_CHAR
-{
- Text [ en-US ] = "Decimal Symbol:" ;
-};
-String RID_SVXITEMS_TAB_FILL_CHAR
-{
- Text [ en-US ] = "Fill character:" ;
-};
-String RID_SVXITEMS_TAB_ADJUST_LEFT
-{
- Text [ en-US ] = "Left" ;
-};
-String RID_SVXITEMS_TAB_ADJUST_RIGHT
-{
- Text [ en-US ] = "Right" ;
-};
-String RID_SVXITEMS_TAB_ADJUST_DECIMAL
-{
- Text [ en-US ] = "Decimal" ;
-};
-String RID_SVXITEMS_TAB_ADJUST_CENTER
-{
- Text [ en-US ] = "Centered" ;
-};
-String RID_SVXITEMS_TAB_ADJUST_DEFAULT
-{
- Text [ en-US ] = "Default" ;
-};
String RID_SOLID
{
Text [ en-US ] = "Single, solid" ;
@@ -669,22 +631,6 @@ String RID_SVXITEMS_CONTOUR_FALSE
{
Text [ en-US ] = "No Outline" ;
};
-String RID_SVXITEMS_NOLINEBREAK_TRUE
-{
- Text = "?" ;
-};
-String RID_SVXITEMS_NOLINEBREAK_FALSE
-{
- Text = "?" ;
-};
-String RID_SVXITEMS_NOHYPHEN_TRUE
-{
- Text = "?" ;
-};
-String RID_SVXITEMS_NOHYPHEN_FALSE
-{
- Text = "?" ;
-};
String RID_SVXITEMS_PRINT_TRUE
{
Text [ en-US ] = "Print" ;
diff --git a/editeng/source/misc/lingu.src b/editeng/source/misc/lingu.src
index 01d579cd1d33..f21f75f0dd66 100644
--- a/editeng/source/misc/lingu.src
+++ b/editeng/source/misc/lingu.src
@@ -27,10 +27,6 @@ String RID_SVXSTR_QUERY_BW_CONTINUE
{
Text [ en-US ] = "Continue checking at end of document?" ;
};
-String RID_SVXSTR_HMERR_THESAURUS
-{
- Text [ en-US ] = "No thesaurus is available for the selected language. \nPlease check your installation and install the desired language\n" ;
-};
String RID_SVXSTR_DIC_ERR_UNKNOWN
{
Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason.";
diff --git a/editeng/source/outliner/outliner.src b/editeng/source/outliner/outliner.src
index e42eec4e64e3..b01b3828c230 100644
--- a/editeng/source/outliner/outliner.src
+++ b/editeng/source/outliner/outliner.src
@@ -19,10 +19,6 @@
#include <editeng/editrids.hrc>
-String RID_OUTLUNDO_HEIGHT
-{
- Text [ en-US ] = "Move" ;
-};
String RID_OUTLUNDO_DEPTH
{
Text [ en-US ] = "Indent" ;