From f8cb50799e34b0adb0c36c392502deb7baf556c5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:46 +0200 Subject: Fix typos Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf Reviewed-on: https://gerrit.libreoffice.org/77612 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sw/source/filter/xml/xmltbli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') 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; -- cgit