summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-15 13:16:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-16 06:10:14 +0000
commit6742500ccb2ff6d39f527760152d2b08fd9cfe17 (patch)
tree883ce070db6733f6c548242eb8763129a9f17f5e /sw/source/ui/utlui
parent64ea8306b0ceb001132ac9cbc945a12afc01b8cd (diff)
remove unused defines from HRC files in sw/
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea Reviewed-on: https://gerrit.libreoffice.org/35212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r--sw/source/ui/utlui/utlui.src17
1 files changed, 0 insertions, 17 deletions
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 574f52e04777..c338a64bc128 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -241,18 +241,10 @@ String RID_STR_SYSTEM
{
Text [ en-US ] = "[System]";
};
-String STR_MULT_INTERACT_SPELL_WARN
-{
- Text [ en-US ] = "The interactive spellcheck is already active\nin a different document";
-};
String STR_MULT_INTERACT_HYPH_WARN
{
Text [ en-US ] = "The interactive hyphenation is already active\nin a different document";
};
-String STR_SPELL_TITLE
-{
- Text [ en-US ] = "Spellcheck";
-};
String STR_HYPH_TITLE
{
Text [ en-US ] = "Hyphenation";
@@ -318,13 +310,4 @@ Bitmap RID_BMP_PAGE_BREAK
File = "page_break.png" ;
};
-String STR_HYPERCTRL_SEL
-{
- Text [ en-US ] = "SEL";
-};
-String STR_HYPERCTRL_HYP
-{
- Text [ en-US ] = "HYP";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */