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

Olivier Hallot olivier.hallot at libreoffice.org
Sun Apr 29 11:54:04 UTC 2018


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

New commits:
commit 4fa9fb343ca0d2fd3e0481c8e12e9661c96c9430
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Apr 29 12:51:30 2018 +0100

    Cannot redefine attribute (role) in table
    
    Change-Id: I51ab60dfe7cab7813d392071700e11508f3725d9
    Reviewed-on: https://gerrit.libreoffice.org/53623
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp
index f2f553045..5c156cfe2 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -339,8 +339,8 @@
 <paragraph role="heading" level="2" xml-lang="en-US" id="hd_2710">Color constants</paragraph>
 <paragraph role="logocode" xml-lang="en-US" id="par_2720"> PENCOLOR “SILVER” ; set by name<br/> PENCOLOR [1] ; set by identifiers<br/> PENCOLOR “~SILVER” ; random silver color<br/> <br/></paragraph>
 <table id="tbl_colorconstants"><tablerow>
-<tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2740" role="tablehead">Identifier</paragraph></tablecell>
-<tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2750" role="tablehead">Name</paragraph></tablecell>
+<tablecell><paragraph xml-lang="en-US" id="par_2740" role="tablehead">Identifier</paragraph></tablecell>
+<tablecell><paragraph xml-lang="en-US" id="par_2750" role="tablehead">Name</paragraph></tablecell>
 </tablerow><tablerow>
 <tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2770">0</paragraph></tablecell>
 <tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2780">BLACK</paragraph></tablecell>


More information about the Libreoffice-commits mailing list