diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-24 22:48:26 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-25 14:12:55 +0200 |
commit | 60212988e1cd84169afb028a4255b6f935f1fd4b (patch) | |
tree | 0e6f16c5ce30c0b6bb956741fb66f4c1794070d2 /sw | |
parent | df3c7d6ddf633f8511cbd72a536c58a5006ca31e (diff) |
hrc cleanup: Further cleanup
Change-Id: I653cfce095ae55bc7644c02669757a17580917e3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/lingu/olmenu.hrc | 3 | ||||
-rw-r--r-- | sw/source/ui/lingu/olmenu.src | 22 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sw/source/ui/lingu/olmenu.hrc b/sw/source/ui/lingu/olmenu.hrc index 448b30dadcdb..0a38711d9535 100644 --- a/sw/source/ui/lingu/olmenu.hrc +++ b/sw/source/ui/lingu/olmenu.hrc @@ -22,10 +22,7 @@ #include "rcid.hrc" #define MN_SPELL_POPUP (RC_LINGU_BEGIN + 1) -#define STR_SPELL_OK (RC_LINGU_BEGIN + 2) #define STR_HYP_OK (RC_LINGU_BEGIN + 3) -#define STR_WORD (RC_LINGU_BEGIN + 4) -#define STR_PARAGRAPH (RC_LINGU_BEGIN + 5) #define STR_LANGSTATUS_NONE (RC_LINGU_BEGIN + 6) #define STR_LANGSTATUS_MORE (RC_LINGU_BEGIN + 7) #define STR_IGNORE_SELECTION (RC_LINGU_BEGIN + 8) diff --git a/sw/source/ui/lingu/olmenu.src b/sw/source/ui/lingu/olmenu.src index 581bc1d7c602..c381b9f50d94 100644 --- a/sw/source/ui/lingu/olmenu.src +++ b/sw/source/ui/lingu/olmenu.src @@ -89,30 +89,8 @@ Menu MN_SPELL_POPUP }; Text [ en-US ] = "Set Language for Paragraph" ; }; -/* - MenuItem - { - Identifier = MN_SET_LANGUAGE_ALL_TEXT ; - SubMenu = Menu - { - }; - Text [ en-US ] = "Set Language for all Text" ; - }; -*/ }; }; -String STR_WORD -{ - Text [ en-US ] = "Word is " ; -}; -String STR_PARAGRAPH -{ - Text [ en-US ] = "Paragraph is " ; -}; -String STR_SPELL_OK -{ - Text [ en-US ] = "The spellcheck is complete." ; -}; String STR_HYP_OK { Text [ en-US ] = "Hyphenation completed" ; |