diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2018-01-05 00:11:09 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-05 01:53:11 +0100 |
commit | 5da848ed5f249395399a430bfbdf1bea4d9f0b69 (patch) | |
tree | 6c4718f0139ebc986995e554afefc985c272a13f | |
parent | bda42214086d80527a7fddd9ca46f4bee77b77e9 (diff) |
Add missing bookmarks to Impress HTML export page
Also Back and Next buttons have only one < and >
Change-Id: I4cbb4cb340b376c41991554a56aa6931c839f1ad
Reviewed-on: https://gerrit.libreoffice.org/47446
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/autopi/01110000.xhp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/text/shared/autopi/01110000.xhp b/source/text/shared/autopi/01110000.xhp index 90ffefe5f1..f8a85006dc 100644 --- a/source/text/shared/autopi/01110000.xhp +++ b/source/text/shared/autopi/01110000.xhp @@ -29,6 +29,7 @@ </topic> </meta> <body> +<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page1" id="bm_id4476453" localize="false"/> <paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1">HTML Export</paragraph> <paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".">Determines the settings for publishing $[officename] Draw or $[officename] Impress documents in HTML format.</ahelp></paragraph> <section id="howtoget"> @@ -41,10 +42,11 @@ <embed href="text/shared/autopi/01110400.xhp#seite4"/> <embed href="text/shared/autopi/01110500.xhp#seite5"/> <embed href="text/shared/autopi/01110600.xhp#seite6"/> -<paragraph role="heading" id="hd_id3146797" xml-lang="en-US" level="2"><< Back</paragraph> +<paragraph role="heading" id="hd_id3146797" xml-lang="en-US" level="2">< Back</paragraph> <paragraph role="paragraph" id="par_id3150444" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/lastPageButton">Returns to the selections made on the previous page.</ahelp> The current settings remain saved. You can select this button once you are in the second editing step.</paragraph> -<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2">Next >></paragraph> +<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2">Next ></paragraph> <paragraph role="paragraph" id="par_id3147574" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/nextPageButton">Saves the current settings and moves to the next page.</ahelp> This button becomes inactive on the last page of the dialog.</paragraph> +<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/finishButton" id="bm_id4476455" localize="false"/> <paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="2">Create</paragraph> <paragraph role="paragraph" id="par_id3157909" xml-lang="en-US"><ahelp hid=".">Creates new documents according to your selections and saves the documents.</ahelp></paragraph> <paragraph role="note" id="par_id3154897" xml-lang="en-US">$[officename] saves the current Wizard settings and uses them as default the next time that you open the Wizard.</paragraph> |