summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl
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/source/ui/dochdl
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/source/ui/dochdl')
-rw-r--r--sw/source/ui/dochdl/dochdl.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src
index 2f647808f87f..e303d5a0b6ee 100644
--- a/sw/source/ui/dochdl/dochdl.src
+++ b/sw/source/ui/dochdl/dochdl.src
@@ -24,11 +24,17 @@ String STR_NOGLOS
{
Text [ en-US ] = "AutoText for Shortcut '%1' not found." ;
};
+
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_TABLE_TOO_LARGE
+{
+ Text [ en-US ] = "The table cannot be inserted because it is too large";
+};
+
String STR_ERR_INSERT_GLOS
{
Text [ en-US ] = "AutoText could not be created." ;