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/inc/dochdl.hrc | |
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/inc/dochdl.hrc')
-rw-r--r-- | sw/inc/dochdl.hrc | 1 |
1 files changed, 1 insertions, 0 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) |