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

New commits:
commit 4fa9fb343ca0d2fd3e0481c8e12e9661c96c9430
Author: Olivier Hallot <olivier.hal...@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 <c...@libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hal...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to