[Libreoffice-commits] core.git: sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 18 19:07:05 UTC 2021
sw/qa/extras/ooxmlexport/ooxmlexport16.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e0dcf1a55547b124be227b6326173aa62bc2dcf8
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Aug 18 18:57:59 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Wed Aug 18 21:06:28 2021 +0200
remove incorrect comment
Change-Id: Iafb37b52fde75fcf92341980b512c4c0c12c6f44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120681
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
index 81a8912a9b6c..a8685d8c14a3 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
@@ -258,7 +258,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf137742, "tdf137742.docx")
{
lang::Locale locale(
getProperty<lang::Locale>(getParagraph(1), "CharLocale"));
- // the \lang inside the group was applied to CJK not Western
CPPUNIT_ASSERT_EQUAL(OUString("en"), locale.Language);
// Without the fix in place, this test would have failed with
More information about the Libreoffice-commits
mailing list