diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2020-02-05 14:03:03 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-12 17:07:47 +0100 |
commit | 695f6b4be016b252315f213421331680cbaaaa8c (patch) | |
tree | ddfbf21df5442a1602ba926df9a570dc961f79d3 | |
parent | 0c44674c45452bafc67388bf333d01a632988ca3 (diff) |
Fixing an uppercase typo
+ superfluous whitespace
+ small reformatting of the source file
Change-Id: I1ceca55968f7e4918804c86c4c35a4407828331c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88021
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/main0210.xhp | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/source/text/scalc/main0210.xhp b/source/text/scalc/main0210.xhp index 33ddf3fd4b..3e75f44372 100644 --- a/source/text/scalc/main0210.xhp +++ b/source/text/scalc/main0210.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -18,23 +17,22 @@ * 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="textscalcmain0210xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Print Preview Bar</title> -<filename>/text/scalc/main0210.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> + <topic id="textscalcmain0210xml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Print Preview Bar</title> + <filename>/text/scalc/main0210.xhp</filename> + </topic> + <history> + <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> + </history> </meta> <body> <section id="seitenansichtleiste"> <!-- removed HID HID_SC_TOOLBOX_PREVIEW --> <bookmark xml-lang="en-US" branch="hid/SC_HID_SC_WIN_PREVIEW" id="bm_id3155411" localize="false"/> -<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1"><link href="text/scalc/main0210.xhp" name="Print Preview Bar">Print Preview Bar</link></paragraph> -<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US"><ahelp hid="HID_SC_WIN_PREVIEW">The <emph>Print Preview</emph> Bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp></paragraph> +<h1 id="hd_id3156023" xml-lang="en-US"><link href="text/scalc/main0210.xhp" name="Print Preview Bar">Print Preview Bar</link></h1> +<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US"><ahelp hid="HID_SC_WIN_PREVIEW">The <emph>Print Preview</emph> bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp></paragraph> </section> <embed href="text/shared/02/10010000.xhp#vorigeseite"/> <embed href="text/shared/02/10010000.xhp#syvorigeseite"/> @@ -48,15 +46,15 @@ <embed href="text/scalc/02/10050000.xhp#sygross"/> <embed href="text/scalc/02/10060000.xhp#massstabverkleinern"/> <embed href="text/scalc/02/10060000.xhp#syklein"/> -<paragraph role="heading" id="hd_id3147393" xml-lang="en-US" level="2">Full Screen</paragraph> +<h2 id="hd_id3147393" xml-lang="en-US">Full Screen</h2> <paragraph role="paragraph" id="par_id460828" xml-lang="en-US">Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button.</paragraph> -<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2"><link href="text/scalc/01/05070000.xhp" name="Format Page">Format Page</link></paragraph> +<h2 id="hd_id3147394" xml-lang="en-US"><link href="text/scalc/01/05070000.xhp" name="Format Page">Format Page</link></h2> <embed href="text/scalc/01/05070000.xhp#seitetext"/> -<paragraph role="heading" id="hd_id3147494" xml-lang="en-US" level="2">Margins</paragraph> +<h2 id="hd_id3147494" xml-lang="en-US">Margins</h2> <paragraph role="paragraph" id="par_id460929" xml-lang="en-US">Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog.</paragraph> -<paragraph role="heading" id="hd_id3245494" xml-lang="en-US" level="2">Scaling Factor</paragraph> +<h2 id="hd_id3245494" xml-lang="en-US">Scaling Factor</h2> <paragraph role="paragraph" id="par_id460939" xml-lang="en-US">This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too.</paragraph> -<paragraph role="heading" id="hd_id3147395" xml-lang="en-US" level="2">Close Preview</paragraph> +<h2 id="hd_id3147395" xml-lang="en-US">Close Preview</h2> <paragraph role="paragraph" id="par_id460829" xml-lang="en-US">To exit the print preview, click the <emph>Close Preview</emph> button.</paragraph> </body> </helpdocument> |