sw/source/filter/xml/xmltbli.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f4a8cbbafa3e91433c7e914caf07e95505002d92
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon Jan 29 15:47:23 2018 +0100

    Fix typos
    
    Change-Id: Idcf8bcbf58aeca002736ccd9efe4c5baf5c7202a
    Reviewed-on: https://gerrit.libreoffice.org/48842
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 7a1868ed1dbe..cc67ac13fa92 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -91,9 +91,9 @@ class SwXMLTableContext : public XMLTextTableContext
     sal_uInt32          m_nCurCol;
     sal_Int32           m_nWidth;
 
-    // The maxiumum table width (i.e., maximum value for m_nWidth); musts be 
>= MINLAY and must also
+    // The maximum table width (i.e., maximum value for m_nWidth); must be >= 
MINLAY and must also
     // fit into ColumnWidthInfo::width (of type sal_uInt16), see e.g. the 
emplacement of
-    // MINLAY<=nWidht2<=MAX_WIDTH into m_aColumnWidths in 
SwXMLTableContext::InsertColumn:
+    // MINLAY<=nWidth2<=MAX_WIDTH into m_aColumnWidths in 
SwXMLTableContext::InsertColumn:
     static constexpr sal_Int32 MAX_WIDTH = SAL_MAX_UINT16;
 
     SwTableBox *NewTableBox( const SwStartNode *pStNd,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to