[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 25 05:05:10 UTC 2019


 sw/source/core/edit/edtox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2751e4b8f83fadd73fa50cc35fa2f6c492943799
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 24 13:50:18 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 25 07:04:35 2019 +0200

    Fix typo
    
    Change-Id: I02e84f888950c85e19f50ffe7ace52e71a24e397
    Reviewed-on: https://gerrit.libreoffice.org/71266
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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();


More information about the Libreoffice-commits mailing list