sc/source/ui/inc/editable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 393aa2b3dee9cca84a215635060b369a962ab179 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 8 16:35:19 2020 +0200 Commit: Eike Rathke <[email protected]> CommitDate: Wed Apr 15 18:54:16 2020 +0200 Fix typo Change-Id: I4ddc0ea4dea4b374104e2a3100858c225409e2e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91929 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Eike Rathke <[email protected]> diff --git a/sc/source/ui/inc/editable.hxx b/sc/source/ui/inc/editable.hxx index 97d28ede388f..2e86c1270246 100644 --- a/sc/source/ui/inc/editable.hxx +++ b/sc/source/ui/inc/editable.hxx @@ -43,7 +43,7 @@ public: // calls TestBlock /** @param bNoMatrixAtAll TRUE if there must not be any matrix, not even entirely - containted; for example in sorting. */ + contained; for example in sorting. */ ScEditableTester( const ScDocument* pDoc, SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, bool bNoMatrixAtAll = false ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
