More adapting to C++2a char8_t

...in test code that is unhelpfully excluded on macOS, so wasn't covered by
c89a4996b8 "Adapt to C++2a char_t" which I
happened to do on macOS.

Change-Id: I215898a1c468c576d88914ee22deaaaa536d91e9
This commit is contained in:
Stephan Bergmann 2018-11-19 15:15:52 +01:00
parent 7f31a2a7fa
commit 221caface8

View file

@ -1950,7 +1950,7 @@ DECLARE_ODFEXPORT_TEST(testReferenceLanguage, "referencelanguage.odt")
// (used from LibreOffice 6.1, and proposed for next ODF)
const char* aFieldTexts[] = { "A 2", "Az 50-esek",
"A 2018-asok", "Az egyebek", "A fejezetek",
u8"Az „Őseinket...”", "a 2",
reinterpret_cast<char const *>(u8"Az „Őseinket...”"), "a 2",
"Az v", "az 1", "Az e", "az 1",
"Az (5)", "az 1", "A 2", "az 1" };
uno::Reference<text::XTextFieldsSupplier> xTextFieldsSupplier(mxComponent, uno::UNO_QUERY);