sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 97870c519e32888d1ee6ac02af85458ffc3178fb Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jul 10 16:59:00 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 10 17:07:12 2019 +0200 Fix typo Change-Id: Iec9af47dbc9e2665c05f16e458842d83345accf8 Reviewed-on: https://gerrit.libreoffice.org/75368 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 60d51cfc9739..7fefaa2cf2cc 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -1460,7 +1460,7 @@ void SwTiledRenderingTest::testTrackChanges() comphelper::LibreOfficeKit::setActive(); SwXTextDocument* pXTextDocument = createDoc("dummy.fodt"); - // Turn on trak changes, type "zzz" at the end, and move to the start. + // Turn on track changes, type "zzz" at the end, and move to the start. uno::Reference<beans::XPropertySet> xPropertySet(mxComponent, uno::UNO_QUERY); xPropertySet->setPropertyValue("RecordChanges", uno::makeAny(true)); ViewCallback aView; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
