summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 05:56:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 06:15:42 +0200
commit51289a16059752d60d932fbd507b517422489450 (patch)
treea01b4d9bc7724f13c9d2456b0776cad150394cfc /sw/source/uibase/uiview
parent8a822b86b3826cede5dabe734abcd1266b814d98 (diff)
fix build
apparently I removed the wrong one with 15344d0415f153ba579ad132266c47990a8c9515 with pch I don't see those problems :( Change-Id: If4cb8b178bdd8f8d68b4921c1993642656fc75ea
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r--sw/source/uibase/uiview/view.hrc1
-rw-r--r--sw/source/uibase/uiview/view.src4
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/uiview/view.hrc b/sw/source/uibase/uiview/view.hrc
index 8f7e78db2a05..0bb2d3e4bc7f 100644
--- a/sw/source/uibase/uiview/view.hrc
+++ b/sw/source/uibase/uiview/view.hrc
@@ -50,7 +50,6 @@
#define STR_SAVEACOPY_SRC (RC_VIEW_BEGIN + 34)
-#define STR_ERR_INSERT_GLOS (RC_VIEW_BEGIN + 35)
#define STR_ERR_NO_FAX (RC_VIEW_BEGIN + 36)
#define STR_ERR_SRCSTREAM (RC_VIEW_BEGIN + 37)
diff --git a/sw/source/uibase/uiview/view.src b/sw/source/uibase/uiview/view.src
index 70dcff103b22..20c851d8d2d4 100644
--- a/sw/source/uibase/uiview/view.src
+++ b/sw/source/uibase/uiview/view.src
@@ -36,10 +36,6 @@ String STR_NO_MERGE_ENTRY
{
Text [ en-US ] = "Could not merge documents." ;
};
-String STR_ERR_INSERT_GLOS
-{
- Text [ en-US ] = "AutoText could not be created." ;
-};
String STR_ERR_SRCSTREAM
{
Text [ en-US ] = "The source cannot be loaded." ;