From f824e52218d3832088a3b1e5ef5c60f64e763422 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 17 Feb 2019 09:50:52 +0100 Subject: Default Add value for Optimal Column Width is 2 mm, not 0.1 in See ScCellShell::Execute implementation [1] which passes STD_EXTRA_WIDTH (defined as 113 twips = 2 mm) to the dialog as the default value. The text here (that was 0.1 in) is translated to other languages (incl. those using metric units) verbatim (e.g. Russian translation); or if a translation team would want to convert to metric, there is no indication that the 0.1 in is just an approximation of an exact metric value. [1] sc/source/ui/view/cellsh3.cxx:693 Change-Id: I1710588ee40840d85eeb89aaeee135a8aa0a942f Reviewed-on: https://gerrit.libreoffice.org/67936 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/05040200.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/scalc/01/05040200.xhp b/source/text/scalc/01/05040200.xhp index 987b30f124..66b5b8f9ed 100644 --- a/source/text/scalc/01/05040200.xhp +++ b/source/text/scalc/01/05040200.xhp @@ -49,6 +49,6 @@ Defines additional spacing between the longest entry in a column and the vertical column borders. Default value -Defines the optimal column width in order to display the entire contents of the column. The additional spacing for the optimal column width is preset to 0.1 in. +Defines the optimal column width in order to display the entire contents of the column. The additional spacing for the optimal column width is preset to 2 mm. -- cgit