diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:56:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 06:15:42 +0200 |
commit | 51289a16059752d60d932fbd507b517422489450 (patch) | |
tree | a01b4d9bc7724f13c9d2456b0776cad150394cfc /sw | |
parent | 8a822b86b3826cede5dabe734abcd1266b814d98 (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')
-rw-r--r-- | sw/inc/dochdl.hrc | 1 | ||||
-rw-r--r-- | sw/source/ui/dochdl/dochdl.src | 5 | ||||
-rw-r--r-- | sw/source/uibase/dochdl/gloshdl.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/view.hrc | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/view.src | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/dochdl.hrc b/sw/inc/dochdl.hrc index 0372003d5139..e6dd89f5ed03 100644 --- a/sw/inc/dochdl.hrc +++ b/sw/inc/dochdl.hrc @@ -23,6 +23,7 @@ #include "rcid.hrc" #define STR_NOGLOS (RC_DOCHDL_BEGIN + 1) +#define STR_ERR_INSERT_GLOS (RC_DOCHDL_BEGIN + 3) #define STR_CLPBRD_FORMAT_ERROR (RC_DOCHDL_BEGIN + 4) #define STR_NO_TABLE (RC_DOCHDL_BEGIN + 7) diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src index 1cecbbf322df..2f647808f87f 100644 --- a/sw/source/ui/dochdl/dochdl.src +++ b/sw/source/ui/dochdl/dochdl.src @@ -29,6 +29,11 @@ String STR_NO_TABLE Text [ en-US ] = "A table cannot be inserted into another table. However, you can paste the data into the document when the cursor is not in a table."; }; +String STR_ERR_INSERT_GLOS +{ + Text [ en-US ] = "AutoText could not be created." ; +}; + String STR_CLPBRD_FORMAT_ERROR { Text [ en-US ] = "Requested clipboard format is not available." ; 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." ; |