[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 15 16:54:49 UTC 2020
sc/source/ui/inc/editable.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 393aa2b3dee9cca84a215635060b369a962ab179
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 8 16:35:19 2020 +0200
Commit: Eike Rathke <erack at redhat.com>
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 <serval2412 at yahoo.fr>
Reviewed-by: Eike Rathke <erack at redhat.com>
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 );
More information about the Libreoffice-commits
mailing list