diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-07 10:16:11 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-04 12:48:29 +0200 |
commit | 21955867dc01dbc9e897c585c3a85299eb8f36ad (patch) | |
tree | b4a8cac580a342fdb0f626b62f0c132767c9091f /AllLangHelp_swriter.mk | |
parent | 987e2b26ee08db2d16ae224244324195c9247c17 (diff) |
tdf#148444 corrections to Print Preview Bar and related pages
text/swriter/main0210.xhp (Print Preview Bar)
*change order of commands to match toolbar
+add <embed> to (new) Single Page Preview
+add "Jump to Specific Page" command (no icon exists)
+add Print command and icon
+add Close Preview command and icon
+add <embeds> to "zoom in" and "zoom out" icons
*refactor to <h1>
text/swriter/02/10040000.xhp
+ add this file for Single Page Preview, with icon table
text/swriter/02/10070000.xhp (Multiple Pages Preview)
+commit beginning with 0f337351 in 2013 accidentally removed
the <h1> line, now added back.
*changed description to match current behavior of command
+added More Options header
*refactor to <h3>
-remove colspan= rowspan=
*change image to .svg
*change image size to 1cm
text/swriter/02/10080000.xhp (Book preview)
*refactor to <h3>
*change image to .svg
*change image size to 1cm
text/swriter/02/10020000.xhp (Zoom out)
+add section to icon table
*refactor to <h1>
-remove colspan= rowspan=
*change image size to 1cm
*change image to .svg
text/swriter/02/10010000.xhp (Zoom in)
+add section to icon table
*change image to .svg
text/swriter/01/01120000.xhp (Print Preview)
+add link to Print Preview Bar page in description
-drop Related topics and link with incorrect label
*refactor to <h1>
Change-Id: I902fe42d7f0405e2cfe3600199f5ab3fcb7e459c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132610
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'AllLangHelp_swriter.mk')
-rw-r--r-- | AllLangHelp_swriter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 60751d9444..c4e25b3a6f 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -227,6 +227,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/02/10010000 \ helpcontent2/source/text/swriter/02/10020000 \ helpcontent2/source/text/swriter/02/10030000 \ + helpcontent2/source/text/swriter/02/10040000 \ helpcontent2/source/text/swriter/02/10050000 \ helpcontent2/source/text/swriter/02/10070000 \ helpcontent2/source/text/swriter/02/10080000 \ |