diff options
author | Johnny_M <klasse@partyheld.de> | 2017-04-01 12:04:20 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-04-12 23:28:35 +0200 |
commit | 958daee8ba1a708cfb5eaa3811078500e653f88e (patch) | |
tree | b0737680d8985e8d75011344c2a7d9a0c4b5ae1f /source/text/smath | |
parent | dafaa1c1e89f912513e87c613db7ff23961d3030 (diff) |
Fix measurement unit conversion reference
1. Following pages were incorrectly referring to
https://help.libreoffice.org/Common/Frequently-Used_Buttons#metrik instead of
https://help.libreoffice.org/Common/Conversion_of_measurement_units#metrik :
- https://help.libreoffice.org/Common/Page (in "Related Topics" at the bottom)
- https://help.libreoffice.org/Math/Font_Sizes (in "Base size")
Note: Following pages already use the correct reference:
- https://help.libreoffice.org/Calc/Optimal_Row_Heights (at the top;
http://opengrok.libreoffice.org/xref/help/source/text/scalc/01/05030200.xhp#41 )
- https://help.libreoffice.org/Calc/Optimal_Column_Width (at the top;
http://opengrok.libreoffice.org/xref/help/source/text/scalc/01/05040200.xhp#42 )
- And other - see
http://opengrok.libreoffice.org/search?q=%23metrik&project=help&defs=&refs=&path=&hist=
2. While at it, also added the same reference to the place which was
incorrectly meant as reference before:
- https://help.libreoffice.org/Common/Frequently-Used_Buttons#Metrics
Change-Id: I827ff047bfb2426ff1192e90a5361ab05198a7f8
Reviewed-on: https://gerrit.libreoffice.org/35997
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/smath')
-rw-r--r-- | source/text/smath/01/05020000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/smath/01/05020000.xhp b/source/text/smath/01/05020000.xhp index 6b24578af3..0ff20fdb77 100644 --- a/source/text/smath/01/05020000.xhp +++ b/source/text/smath/01/05020000.xhp @@ -40,7 +40,7 @@ <embed href="text/smath/00/00000004.xhp#fmtsgr"/> </section> <bookmark xml-lang="en-US" branch="hid/modules/smath/ui/fontsizedialog/spinB_baseSize" id="bm_id3149873" localize="false"/><paragraph role="heading" id="hd_id3146968" xml-lang="en-US" level="2" l10n="U" oldref="3">Base size</paragraph> -<paragraph role="paragraph" id="par_id3145115" xml-lang="en-US" l10n="CHG" oldref="4"><ahelp hid="modules/smath/ui/fontsizedialog/spinB_baseSize">All elements of a formula are proportionally scaled to the base size. To change the base size, select or type in the desired point (pt) size. You can also use other units of measure or other <link href="text/shared/00/00000001.xhp#metrik" name="metrics">metrics</link>, which are then automatically converted to points.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3145115" xml-lang="en-US" l10n="CHG" oldref="4"><ahelp hid="modules/smath/ui/fontsizedialog/spinB_baseSize">All elements of a formula are proportionally scaled to the base size. To change the base size, select or type in the desired point (pt) size. You can also use other units of measure or other <link href="text/shared/00/00000003.xhp#metrik" name="metrics">metrics</link>, which are then automatically converted to points.</ahelp></paragraph> <paragraph role="tip" id="par_id3153005" xml-lang="en-US" l10n="CHG" oldref="19">To permanently change the default size (12 pt) used in $[officename] Math, you must first set the size (for example, 11 pt) and then click the <emph>Default</emph> button.</paragraph> <paragraph role="heading" id="hd_id3153735" xml-lang="en-US" level="2" l10n="U" oldref="5">Relative Sizes</paragraph> <paragraph role="paragraph" id="par_id3145241" xml-lang="en-US" l10n="U" oldref="6">In this section, you can determine the relative sizes for each type of element with reference to the base size.</paragraph> |