Kaydet (Commit) f4a8cbba authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Idcf8bcbf58aeca002736ccd9efe4c5baf5c7202a
Reviewed-on: https://gerrit.libreoffice.org/48842Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1c1b0de5
...@@ -91,9 +91,9 @@ class SwXMLTableContext : public XMLTextTableContext ...@@ -91,9 +91,9 @@ class SwXMLTableContext : public XMLTextTableContext
sal_uInt32 m_nCurCol; sal_uInt32 m_nCurCol;
sal_Int32 m_nWidth; 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 // 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; static constexpr sal_Int32 MAX_WIDTH = SAL_MAX_UINT16;
SwTableBox *NewTableBox( const SwStartNode *pStNd, SwTableBox *NewTableBox( const SwStartNode *pStNd,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment