diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2017-01-18 23:24:46 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-01-19 07:47:44 +0000 |
commit | 996d21944854229aea03609e69302bfb08ca1701 (patch) | |
tree | 0a7b7332d9f3c9d4aabf33677ac03499d501b6c3 | |
parent | b37cd461191a0a5912383081989d834852ade6c2 (diff) |
Fix Text Format (Search) page
Correct bookmarks and ahelps
Remove duplicate content and old comments
Remove unnecessary switch from around the whole content
Change-Id: I57a1ce99ea6509e321a8364c6d3dd1dd9c2cbc4d
Reviewed-on: https://gerrit.libreoffice.org/33288
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r-- | source/text/shared/01/02100300.xhp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/source/text/shared/01/02100300.xhp b/source/text/shared/01/02100300.xhp index 092718cd1b..f5065e37c6 100644 --- a/source/text/shared/01/02100300.xhp +++ b/source/text/shared/01/02100300.xhp @@ -29,9 +29,9 @@ </topic> </meta> <body> -<switch select="appl"> -<case select="WRITER"><comment>UFI: why is this switched? would look very poor for other contexts</comment><comment>mw transferred all 6 index entries to Writer guide "finding.xhp"</comment><paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1" l10n="U" oldref="130">Text Format (Search)</paragraph> -<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U" oldref="131"><variable id="formattext"><ahelp hid="SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp> +<bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/format" id="bm_id3151100" localize="false"/> +<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1" l10n="U" oldref="130">Text Format (Search)</paragraph> +<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U" oldref="131"><variable id="formattext"><ahelp hid="svx/ui/findreplacedialog/format">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000402.xhp#suchenformat"/> @@ -50,10 +50,6 @@ <embed href="text/shared/01/05020500.xhp#position"/> <embed href="text/shared/01/05020600.xhp#asilayout"/> <embed href="text/shared/01/05020700.xhp#asitypo"/> -</case> -</switch><comment>had to copy extended help to outside of switch construct - see issue 72448</comment> -<bookmark xml-lang="en-US" branch="hid/svx:PushButton:RID_SVXDLG_SEARCH:BTN_FORMAT" id="bm_id3151100" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/svx:PushButton:RID_SVXDLG_SEARCH:BTN_FORMAT" id="bm_id6877651" localize="false"/><paragraph role="paragraph" id="par_id3062837" xml-lang="en-US" l10n="NEW"><ahelp hid="." visibility="hidden">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp></paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="C"><link href="text/shared/01/02100200.xhp" name="Attributes">Attributes</link></paragraph> </section> |