[Libreoffice-commits] core.git: sc/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 1 09:02:43 UTC 2020
sc/qa/unit/subsequent_export-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 75eac8f2ef2ea0d15612d38f38a994df52bb00c9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jan 1 09:48:54 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 1 10:01:53 2020 +0100
Fix typo
Change-Id: I9b7183be9bc5cbfef9ab1538fd20554217fa4b70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86062
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index f4a603749633..38f024ae22a4 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -4667,7 +4667,7 @@ void ScExportTest::testTdf128976()
void ScExportTest::testTdf120502()
{
// Create an empty worksheet; resize last column on its first sheet; export to XLSX, and check
- // that the last exportd column number is correct
+ // that the last exported column number is correct
css::uno::Reference<css::frame::XDesktop2> xDesktop
= css::frame::Desktop::create(comphelper::getProcessComponentContext());
CPPUNIT_ASSERT(xDesktop);
More information about the Libreoffice-commits
mailing list