[Libreoffice-commits] help.git: source/text

tagezi lera.goncharuk at gmail.com
Thu Nov 19 22:01:15 PST 2015


 source/text/swriter/guide/protection.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e76de4d2ed263ec64b9aeba984c4830cd23a93a9
Author: tagezi <lera.goncharuk at gmail.com>
Date:   Fri Nov 20 03:36:36 2015 +0200

    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 at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/source/text/swriter/guide/protection.xhp b/source/text/swriter/guide/protection.xhp
index e012094..eb4d81a 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>


More information about the Libreoffice-commits mailing list