diff options
author | tagezi <lera.goncharuk@gmail.com> | 2015-11-20 03:36:36 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-11-20 06:00:48 +0000 |
commit | e76de4d2ed263ec64b9aeba984c4830cd23a93a9 (patch) | |
tree | 1820cdd86fe9cc1e0e6a276b3eff20feeb367efe /source | |
parent | edbe20e99a83dee43ab75f584c391121bd65d829 (diff) |
changed place a attribute localize="false"
the attribute localize="false" can not located in a tag embedvar.
moved in the paragraph
see OOo2HelpAuthoring.pdf, page 47
Change-Id: I56202e0cdddaed49c277fa882df96c80f3f6957d
Reviewed-on: https://gerrit.libreoffice.org/20069
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/guide/protection.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/guide/protection.xhp b/source/text/swriter/guide/protection.xhp index e012094bb3..eb4d81aedb 100644 --- a/source/text/swriter/guide/protection.xhp +++ b/source/text/swriter/guide/protection.xhp @@ -113,8 +113,8 @@ </table> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/redlining_protect.xhp#redlining_protect"/> - <paragraph xml-lang="en-US" id="par_idN10B8C" role="paragraph" l10n="NEW"> - <embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures" localize="false" /> + <paragraph xml-lang="en-US" id="par_idN10B8C" role="paragraph" l10n="NEW" localize="false" > + <embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures" /> </paragraph> <paragraph xml-lang="en-US" id="par_id7858516" role="paragraph" l10n="NEW"><link href="text/shared/guide/protection.xhp">Protecting Other Contents</link></paragraph> </body> |