diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2016-12-10 23:54:18 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2016-12-24 23:29:19 +0000 |
commit | 76de84f0a256db661f3a10d6a77644189f456aeb (patch) | |
tree | b2931a60fde08c24c5f06f697b93d0bea23b783d | |
parent | fbcfea666d6af3d158cd5281ddcd7d93703e5634 (diff) |
tdf#76488 Fix HIDs for Properties - Font tab
test-hid-vs-ui says:
From source/text/shared/01/prop_font_embed.xhp,
referenced items ['DocumentInfoPage'] were not
found inside sfx2/uiconfig/ui/documentfontspage.ui.
Change-Id: I18a64e22b44bc53de96e8db4cb49b7848c743037
Reviewed-on: https://gerrit.libreoffice.org/31845
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Reviewed-on: https://gerrit.libreoffice.org/32308
-rw-r--r-- | source/text/shared/01/prop_font_embed.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/prop_font_embed.xhp b/source/text/shared/01/prop_font_embed.xhp index 2daaca9e5f..7ae4905c98 100644 --- a/source/text/shared/01/prop_font_embed.xhp +++ b/source/text/shared/01/prop_font_embed.xhp @@ -26,12 +26,12 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/sfx/ui/documentfontspage/DocumentFontsPage" id="bm_id3154926" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3148668" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/01/prop_font_embed.xhp" name="Fonts">Font</link></paragraph> - <paragraph xml-lang="en-US" id="par_id3154863" role="paragraph" l10n="U" oldref="2"><ahelp hid="sfx/ui/documentfontspage/DocumentInfoPage">Embed document fonts in the current file.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id3154863" role="paragraph" l10n="U" oldref="2"><ahelp hid="sfx/ui/documentfontspage/DocumentFontsPage">Embed document fonts in the current file.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#info7"/> </section> - <bookmark xml-lang="en-US" branch="hid/sfx/ui/documentinfopage/nameed" id="bm_id3149283" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/sfx/ui/documentinfopage/embedFonts" id="bm_id3149283" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3149999" role="heading" level="2" l10n="U" oldref="3">Fonts embedding</paragraph> <paragraph xml-lang="en-US" id="par_id3153114" role="paragraph" l10n="U" oldref="4"><ahelp hid="sfx/ui/documentfontspage/embedFonts">Mark this box to embed document fonts into the document file, for portability between different computer systems.</ahelp> The document with embedded fonts has a larger size and the fonts are used on the target computer for better rendering of the document layout.</paragraph> <paragraph xml-lang="en-US" id="par_id3153115" role="paragraph">Consider embedding fonts when your document use rare or custom fonts not generally available in other computers.</paragraph> |