diff options
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/test/domtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx index f61831e689b2..9c9304bc0478 100644 --- a/unoxml/test/domtest.cxx +++ b/unoxml/test/domtest.cxx @@ -55,7 +55,7 @@ static const char validTestFile[] = <xlink:test/> \ <office:automatic-styles teststyle=\"test\"/> \ <moretest/> \ - some text öäü \ + some text \303\266\303\244\303\274 \ </office:document-content> \ "; |