summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-24 13:50:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-25 07:04:35 +0200
commit2751e4b8f83fadd73fa50cc35fa2f6c492943799 (patch)
treee6bee14d7ab04256bd27bdc42aaa17a33f294b5e /sw
parent89e44da1ab450f6e2f4106103efd169227683f20 (diff)
Fix typo
Change-Id: I02e84f888950c85e19f50ffe7ace52e71a24e397 Reviewed-on: https://gerrit.libreoffice.org/71266 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/edit/edtox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx
index ae13d140ecc3..ce68f1506c00 100644
--- a/sw/source/core/edit/edtox.cxx
+++ b/sw/source/core/edit/edtox.cxx
@@ -137,7 +137,7 @@ void SwEditShell::InsertTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet )
// Insert listing
const SwTOXBaseSection* pTOX = mxDoc->InsertTableOf(
*GetCursor()->GetPoint(), rTOX, pSet, true, GetLayout() );
- OSL_ENSURE(pTOX, "No current TOx");
+ OSL_ENSURE(pTOX, "No current TOX");
// start formatting
CalcLayout();