Remove Chinese comment in svl/qa.
The Chinese characters in the comment caused a compiler warning that it can not be represented in cp950 codepage and forbid OUStringLiteral1 concatenation. Replacing it with meaningful English comment so others can understand it. Change-Id: Ibc571e68ee5d65a89e385d79962db0fd6b1298cc Reviewed-on: https://gerrit.libreoffice.org/29246 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -1185,10 +1185,11 @@ void Test::testUserDefinedNumberFormats()
|
|||||||
}
|
}
|
||||||
{ // tdf#79399 tdf#101462 Native Number Formats
|
{ // tdf#79399 tdf#101462 Native Number Formats
|
||||||
sCode = "[NatNum5][$-0404]General\\ ";
|
sCode = "[NatNum5][$-0404]General\\ ";
|
||||||
sExpected = OUStringLiteral1(22777) + // 壹
|
// Chinese upper case number characters for 120
|
||||||
OUStringLiteral1(20336) + // 佰
|
sExpected = OUStringLiteral1(22777) +
|
||||||
OUStringLiteral1(36019) + // 貳
|
OUStringLiteral1(20336) +
|
||||||
OUStringLiteral1(25342) + // 拾
|
OUStringLiteral1(36019) +
|
||||||
|
OUStringLiteral1(25342) +
|
||||||
" ";
|
" ";
|
||||||
checkPreviewString(aFormatter, sCode, 120, eLang, sExpected);
|
checkPreviewString(aFormatter, sCode, 120, eLang, sExpected);
|
||||||
sCode = "[DBNum2][$-0404]General\\ ";
|
sCode = "[DBNum2][$-0404]General\\ ";
|
||||||
|
Reference in New Issue
Block a user