summaryrefslogtreecommitdiff
path: root/sw/inc/dochdl.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-17 10:43:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-17 10:44:25 +0100
commit550cff762d816c336adaf015f481443af1c6edab (patch)
treed863d6c46b6a9d8083556f3741300246ec563965 /sw/inc/dochdl.hrc
parente93a7cff80f277a1b0e54dd4f94bd7b045c6a85c (diff)
Resolves: tdf#86017 calc has more rows than writer tables can support
as things stand right now in writer if the table doesn't fit it doesn't fit and don't try Change-Id: I90cea4c8566460f614d9a1143a638597d5ab8ce6
Diffstat (limited to 'sw/inc/dochdl.hrc')
-rw-r--r--sw/inc/dochdl.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/dochdl.hrc b/sw/inc/dochdl.hrc
index e6dd89f5ed03..4e4f7f65ed63 100644
--- a/sw/inc/dochdl.hrc
+++ b/sw/inc/dochdl.hrc
@@ -23,11 +23,12 @@
#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_TABLE_TOO_LARGE (RC_DOCHDL_BEGIN + 6)
#define STR_NO_TABLE (RC_DOCHDL_BEGIN + 7)
-
#define STR_PRIVATETEXT (RC_DOCHDL_BEGIN + 8)
#define STR_PRIVATEGRAPHIC (RC_DOCHDL_BEGIN + 9)
#define STR_PRIVATEOLE (RC_DOCHDL_BEGIN + 10)