diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-29 12:51:30 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-29 13:53:40 +0200 |
commit | 4fa9fb343ca0d2fd3e0481c8e12e9661c96c9430 (patch) | |
tree | 6ea7eeba016b11816e0911cdad6b0be3ada90a26 /source | |
parent | ef1f8e4a374abcad2d9c568fbe7b4eb5d3f73f6c (diff) |
Cannot redefine attribute (role) in table
Change-Id: I51ab60dfe7cab7813d392071700e11508f3725d9
Reviewed-on: https://gerrit.libreoffice.org/53623
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index f2f553045c..5c156cfe28 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> |