summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-29 03:32:17 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-29 03:32:17 -0500
commited0de5458f1a6ea1b39f45bef7d0f66f1d6f072d (patch)
treee59fb33b9a8ea47545ef5ed3f1f87d0b7efdfc29 /source
parent413fe3748a2d0f4219f4208fa2895fdbe67983e4 (diff)
Missing “tablehead” style role in LibreLogo help page
Change-Id: I9f7ee6f355edffeeceb19fb44467c3b4fd0b510b
Diffstat (limited to 'source')
-rw-r--r--source/text/swriter/librelogo/LibreLogo.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp
index d005519562..f2f553045c 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">Identifier</paragraph></tablecell>
-<tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2750">Name</paragraph></tablecell>
+<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>
</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>