summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-08 16:35:19 +0200
committerEike Rathke <erack@redhat.com>2020-04-15 18:54:16 +0200
commit393aa2b3dee9cca84a215635060b369a962ab179 (patch)
tree5be11bff81016d206c14fe791e6c990916b8cdaf /sc/source/ui/inc
parentdb677c854a37031235b0f42b4f4f48560149754f (diff)
Fix typo
Change-Id: I4ddc0ea4dea4b374104e2a3100858c225409e2e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91929 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/editable.hxx2
1 files changed, 1 insertions, 1 deletions
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 );