[Libreoffice-commits] core.git: desktop/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 10 15:10:07 UTC 2019
desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70c80d626493828cc40227de4cdcfb1842356069
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 10 16:58:52 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 10 17:09:21 2019 +0200
Fix typo
Change-Id: Ifca7c0626f9671c1539e7828eb993278574ea10c
Reviewed-on: https://gerrit.libreoffice.org/75367
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index e51346e22587..75b9143e4417 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -927,7 +927,7 @@ void DesktopLOKTest::testTrackChanges()
pDocument->pClass->registerCallback(pDocument, &DesktopLOKTest::callback, this);
Scheduler::ProcessEventsToIdle();
- // Enable trak changes and assert that both views get notified.
+ // Enable track changes and assert that both views get notified.
m_nTrackChanges = 0;
pDocument->pClass->postUnoCommand(pDocument, ".uno:TrackChanges", nullptr, false);
Scheduler::ProcessEventsToIdle();
More information about the Libreoffice-commits
mailing list