diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-08-28 18:26:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-08-29 10:19:06 +0200 |
commit | 9b6f313e24d791be85d9c62dea03905f86e2df35 (patch) | |
tree | 28497f7ed0bbf06d1ca410cd1f41d5d979488d20 /source/text/swriter | |
parent | 4a27fa416765ce8ceecfbf1bd70ef1343dcc8e2a (diff) |
tdf#162607 Remove dup's in hid2file.js, .uno:ZoomIn
+ The .uno:ZoomIn is a Math command
+ Added max zoom factor for other modules.
+ refactor here and there
Change-Id: Ib4c67e6b70a519f8778a1408eefa53aaa15d0821
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172556
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/02/10020000.xhp | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/source/text/swriter/02/10020000.xhp b/source/text/swriter/02/10020000.xhp index 5698f94f10..59e5eb66a0 100644 --- a/source/text/swriter/02/10020000.xhp +++ b/source/text/swriter/02/10020000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,11 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textswriter0210020000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Zoom Out</title> +<title id="tit">Zoom Out</title> <filename>/text/swriter/02/10020000.xhp</filename> </topic> <history> @@ -31,20 +28,19 @@ </meta> <body> <section id="zoomout"> -<bookmark xml-lang="en-US" branch="hid/.uno:ZoomIn" id="bm_id3149053" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ZoomMinus" id="bm_id9029511" localize="false"/> -<h1 id="hd_id3149870" xml-lang="en-US"><link href="text/swriter/02/10020000.xhp">Zoom Out</link></h1> -<paragraph role="paragraph" id="par_id3147401" xml-lang="en-US"><ahelp hid=".">Zooms out to see more of the document at a reduced size.</ahelp></paragraph> +<bookmark branch="hid/.uno:ZoomMinus" id="bm_id9029511" localize="false"/> +<h1 id="hd_id3149870"><link href="text/swriter/02/10020000.xhp">Zoom Out</link></h1> +<paragraph role="paragraph" id="par_id3147401"><ahelp hid=".">Zooms out to see more of the document at a reduced size.</ahelp></paragraph> </section> <section id="syzoomout"> <table id="tbl_id3147170"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_id3148775" xml-lang="en-US"> -<image id="img_id3150764" src="cmd/sc_zoomout.svg" width="1cm" height="1cm"><alt id="alt_id3150764" xml-lang="en-US">Zoom Out Icon</alt></image></paragraph> +<paragraph role="paragraph" id="par_id3148775"> +<image id="img_id3150764" src="cmd/sc_zoomout.svg" width="1cm" height="1cm"><alt id="alt_id3150764">Zoom Out Icon</alt></image></paragraph> </tablecell> <tablecell> -<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">Zoom Out</paragraph> +<paragraph role="paragraph" id="par_id3156410">Zoom Out</paragraph> </tablecell> </tablerow> </table> |