diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-09 20:04:21 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-09 20:04:21 +0100 |
commit | dec91da1bdf9b9abbb0d54551cf6722c7aeb3ce8 (patch) | |
tree | 92f4a329ea9f5f0fc6863d2637b4adc391e024a0 | |
parent | 15d9b2e91b2e634bb1937c59dcdaa09b1e9d9b42 (diff) |
"embed" is not a valid child of "paragraph"
Change-Id: Ic0b57adaaa4124f22a669e5df0c95c3fd03e606e
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 3 | ||||
-rw-r--r-- | source/text/scalc/01/04060185.xhp | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index b55b6fd9a7..4e6f10e729 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -1109,7 +1109,8 @@ </section> <section id="color"> -<paragraph id="hd_id72921349523046" role="heading" level="2" localize="false" xml-lang="en-US"><embed href="text/scalc/01/func_color.xhp#color_function"/></paragraph> +<paragraph id="hd_id72921349523046" role="heading" level="2" localize="false" xml-lang="en-US"></paragraph> +<embed href="text/scalc/01/func_color.xhp#color_function"/> </section> <section id="sumifs"> diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp index bb83598d14..220b1e356c 100644 --- a/source/text/scalc/01/04060185.xhp +++ b/source/text/scalc/01/04060185.xhp @@ -107,8 +107,8 @@ <item type="input">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced.</paragraph> </section> <section id="skewp"> - <paragraph id="hd_id72921349523046" role="heading" level="2" localize="false" xml-lang="en-US"> - <embed href="text/scalc/01/func_skewp.xhp#skewp_function"/></paragraph> + <paragraph id="hd_id72921349523046" role="heading" level="2" localize="false" xml-lang="en-US"></paragraph> + <embed href="text/scalc/01/func_skewp.xhp#skewp_function"/> </section> <section id="forecast"> <bookmark xml-lang="en-US" branch="index" id="bm_id3149051"><bookmark_value>regression lines;FORECAST function</bookmark_value> |