summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-23 16:24:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 23:40:22 +0200
commitea96a4815e456295ca7454475e54cd8b0ba5c388 (patch)
tree4d8d6b9c60d0c6c0eb60e8dec3c8c2cd59bb009e /sw/source/ui/table
parent52f98086fd7f8eca8dbd104451a8cb9cb3de365f (diff)
Fix typos
Change-Id: If6e6df9ac592c77f19e381e50b7eb26fbf429f61 Reviewed-on: https://gerrit.libreoffice.org/57831 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/instable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx
index 82dff402d7dd..03935c050586 100644
--- a/sw/source/ui/table/instable.cxx
+++ b/sw/source/ui/table/instable.cxx
@@ -182,7 +182,7 @@ IMPL_LINK_NOARG(SwInsTableDlg, SelFormatHdl, weld::TreeView&, void)
lbIndex = static_cast<sal_uInt8>(m_xLbFormat->get_selected_index());
tbIndex = lbIndexToTableIndex( lbIndex );
- // To understand this index maping, look InitAutoTableFormat function to
+ // To understand this index mapping, look InitAutoTableFormat function to
// see how listbox item is implemented.
if( tbIndex < 255 )
m_aWndPreview.NotifyChange( (*pTableTable)[tbIndex] );