summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-31 12:46:29 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-31 12:46:45 +0200
commit3e48277e36a485d964d7b91305b1bf70a83c4451 (patch)
treeca55b41222278f8b77a4c294e47842cfcf2509c1 /sw/qa/extras/ooxmlimport
parent6a45fc1e3ebb016d0c6691af2d0f1a4d5eb635c1 (diff)
Convert utf-8 bytes to \xNN hex representation
Change-Id: I5d1cc0331278f09a6e32345980c660d877d606fa
Diffstat (limited to 'sw/qa/extras/ooxmlimport')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 0d10002f1034..15bc845a8f10 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -948,7 +948,7 @@ void Test::testN779627()
void Test::testFdo55187()
{
// 0x010d was imported as a newline.
- getParagraph(1, OUString("lupčka", 7, RTL_TEXTENCODING_UTF8));
+ getParagraph(1, OUString("lup\xc4\x8dka", 7, RTL_TEXTENCODING_UTF8));
}
void Test::testN780563()