Kaydet (Commit) 221cafac authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More adapting to C++2a char8_t

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

Change-Id: I215898a1c468c576d88914ee22deaaaa536d91e9
üst 7f31a2a7
...@@ -1950,7 +1950,7 @@ DECLARE_ODFEXPORT_TEST(testReferenceLanguage, "referencelanguage.odt") ...@@ -1950,7 +1950,7 @@ DECLARE_ODFEXPORT_TEST(testReferenceLanguage, "referencelanguage.odt")
// (used from LibreOffice 6.1, and proposed for next ODF) // (used from LibreOffice 6.1, and proposed for next ODF)
const char* aFieldTexts[] = { "A 2", "Az 50-esek", const char* aFieldTexts[] = { "A 2", "Az 50-esek",
"A 2018-asok", "Az egyebek", "A fejezetek", "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 v", "az 1", "Az e", "az 1",
"Az (5)", "az 1", "A 2", "az 1" }; "Az (5)", "az 1", "A 2", "az 1" };
uno::Reference<text::XTextFieldsSupplier> xTextFieldsSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<text::XTextFieldsSupplier> xTextFieldsSupplier(mxComponent, uno::UNO_QUERY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment