diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:21:50 +0200 |
commit | f8cb50799e34b0adb0c36c392502deb7baf556c5 (patch) | |
tree | 2c74045fc8874bdef9190a7286ddc622c36dcc65 /sw/source | |
parent | 3681229b125238b02e03cf1bdf53b404f080f091 (diff) |
Fix typos
Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf
Reviewed-on: https://gerrit.libreoffice.org/77612
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/xml/xmltbli.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx index 4356945c11b6..d5fcebe1667c 100644 --- a/sw/source/filter/xml/xmltbli.cxx +++ b/sw/source/filter/xml/xmltbli.cxx @@ -2375,7 +2375,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox ) // All column that have absolute widths get relative widths; // these widths relate to each over like the original absolute // widths. The smallest column gets a width that has the same - // value as the smallest column that has an relative width + // value as the smallest column that has a relative width // already. if( 0 == nMinRelColWidth ) nMinRelColWidth = nMinAbsColWidth; |