summaryrefslogtreecommitdiff
path: root/sw/qa/extras/odfexport
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2018-11-20 09:44:43 +0100
committerLászló Németh <nemeth@numbertext.org>2018-11-20 18:18:41 +0100
commit542d17d9384cced62db6bcfa45a5f44316409edc (patch)
tree1707cccc7ff3f98c2d9e80bca9925f550799fa63 /sw/qa/extras/odfexport
parent6a65455788483886db2060a4cbdea3f84bed4174 (diff)
tdf#115319 fix Hungarian article before letter i
in words, for example “az Ipsum”, not “a Ipsum”. This bug was reported by Gellért Gyuris. Complete commit 1037e3759bf178b52d16c12a811717f94ab9950a (tdf#115319 references with Hungarian articles) Change-Id: If930feb11a0308246d2512f0093bcacdc8675d0b Reviewed-on: https://gerrit.libreoffice.org/63637 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/qa/extras/odfexport')
-rw-r--r--sw/qa/extras/odfexport/data/referencelanguage.odtbin17461 -> 16137 bytes
-rw-r--r--sw/qa/extras/odfexport/odfexport.cxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/odfexport/data/referencelanguage.odt b/sw/qa/extras/odfexport/data/referencelanguage.odt
index dcdd626fe3cf..9614bb3e31bc 100644
--- a/sw/qa/extras/odfexport/data/referencelanguage.odt
+++ b/sw/qa/extras/odfexport/data/referencelanguage.odt
Binary files differ
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx
index 2ef4e2cd4400..0f60b411ede2 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -1948,7 +1948,7 @@ DECLARE_ODFEXPORT_TEST(testReferenceLanguage, "referencelanguage.odt")
{
// Test loext:reference-language attribute of reference fields
// (used from LibreOffice 6.1, and proposed for next ODF)
- const char* aFieldTexts[] = { "A 2", "Az 50-esek",
+ const char* aFieldTexts[] = { "A 2", "Az Isten", "Az 50-esek",
"A 2018-asok", "Az egyebek", "A fejezetek",
reinterpret_cast<char const *>(u8"Az „Őseinket...”"), "a 2",
"Az v", "az 1", "Az e", "az 1",