summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-02-16 23:39:05 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-16 23:43:51 +0100
commitd1a8ca4951c076c605a47aadf6bdcac79d2bee8e (patch)
treef7c929437ed32c97f8124797d25f5ad6f9e18898
parent92387df38cca02de404b08a495d94cf3fe2181d3 (diff)
sw: use the stupid line-ends for WNT
Change-Id: Ie054d48c7dc9220d25cd9282d1b15a8a695a516f
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 1966a6a92556..14d302007758 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -343,13 +343,13 @@ DECLARE_WW8EXPORT_TEST(testHeaderApoTable, "ooo92948-1.doc")
// uno::Reference<beans::XPropertySet> xFrame(getParagraphAnchoredObject(1, xPara));
uno::Reference<text::XTextContent> xTable(getParagraphOrTable(1, xFrame));
- getCell(xTable, "A1", "Aan\nRecipient\nRecipient\n");
- getCell(xTable, "A2", "Kopie aan\n");
- getCell(xTable, "A3", "Datum\n31 juli 2008");
- getCell(xTable, "A4", "Locatie\nLocationr");
- getCell(xTable, "A5", "Van\nSender ");
- getCell(xTable, "A6", "Directie\nDepartment");
- getCell(xTable, "A7", "Telefoon\nPhone");
+ getCell(xTable, "A1", "Aan" SAL_NEWLINE_STRING "Recipient" SAL_NEWLINE_STRING "Recipient" SAL_NEWLINE_STRING);
+ getCell(xTable, "A2", "Kopie aan" SAL_NEWLINE_STRING);
+ getCell(xTable, "A3", "Datum" SAL_NEWLINE_STRING "31 juli 2008");
+ getCell(xTable, "A4", "Locatie" SAL_NEWLINE_STRING "Locationr");
+ getCell(xTable, "A5", "Van" SAL_NEWLINE_STRING "Sender ");
+ getCell(xTable, "A6", "Directie" SAL_NEWLINE_STRING "Department");
+ getCell(xTable, "A7", "Telefoon" SAL_NEWLINE_STRING "Phone");
}
DECLARE_WW8EXPORT_TEST(testBnc821208, "bnc821208.doc")