diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-02-17 09:50:52 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-22 15:56:02 +0100 |
commit | f824e52218d3832088a3b1e5ef5c60f64e763422 (patch) | |
tree | 0154b0388ac9aae7a4b5dbdd535c11184e6c1fc6 /source | |
parent | c3509fb7e6675a38560c7e2764b21861d1e23362 (diff) |
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 <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/05040200.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optimalcolwidthdialog/value">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optimalcolwidthdialog/default" id="bm_id3155855" localize="false"/> <paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="2">Default value</paragraph> -<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optimalcolwidthdialog/default">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in.</paragraph> +<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optimalcolwidthdialog/default">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 2 mm.</paragraph> </body> </helpdocument> |