sc/qa/extras/sctablerowsobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bda2fe5378ed4db6086c025028121130f84487c6 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 19 09:38:01 2018 +0100 Commit: Jens Carl <[email protected]> CommitDate: Wed Dec 19 18:46:27 2018 +0100 Fix typo in QA path Change-Id: I866611929f75dd322ce81ec54a63ec08002f55cc Reviewed-on: https://gerrit.libreoffice.org/65401 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Jens Carl <[email protected]> diff --git a/sc/qa/extras/sctablerowsobj.cxx b/sc/qa/extras/sctablerowsobj.cxx index 381f9ee6bf5d..6a49cf1a169f 100644 --- a/sc/qa/extras/sctablerowsobj.cxx +++ b/sc/qa/extras/sctablerowsobj.cxx @@ -70,7 +70,7 @@ private: }; ScTableRowsObj::ScTableRowsObj() - : CalcUnoApiTest("/sc/qa/extras/testdocuemts") + : CalcUnoApiTest("/sc/qa/extras/testdocuments") , XElementAccess(cppu::UnoType<table::XCellRange>::get()) , XIndexAccess(1048576) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
