diff options
-rw-r--r-- | sw/source/core/crsr/trvltbl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx index f8ed4611e09b..f85cd1f12272 100644 --- a/sw/source/core/crsr/trvltbl.cxx +++ b/sw/source/core/crsr/trvltbl.cxx @@ -325,7 +325,7 @@ sal_Bool SwCrsrShell::SelTblBox() m_pTblCrsr->Exchange(); // with some luck, UpdateCrsr() will now update everything that - // needs updateing + // needs updating UpdateCrsr(); return sal_True; |