summaryrefslogtreecommitdiff
path: root/sw/source/uibase
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
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')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx1
-rw-r--r--sw/source/uibase/uiview/view.hrc1
-rw-r--r--sw/source/uibase/uiview/view.src4
3 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index 530f8ebce355..686efcd60b94 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -56,7 +56,6 @@
#include <editeng/acorrcfg.hxx>
#include "swabstdlg.hxx"
#include <misc.hrc>
-#include <view.hrc>
#include <IDocumentFieldsAccess.hxx>
#include <boost/scoped_ptr.hpp>
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." ;