source/text/scalc/01/04060106.xhp | 3 ++- source/text/scalc/01/04060185.xhp | 4 ++-- source/text/scalc/01/exponsmooth_embd.xhp | 2 +- source/text/scalc/01/stat_data.xhp | 4 ++-- source/text/scalc/01/statistics_regression.xhp | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-)
New commits: commit dec91da1bdf9b9abbb0d54551cf6722c7aeb3ce8 Author: Christian Lohmaier <[email protected]> Date: Wed Mar 9 20:04:21 2016 +0100 "embed" is not a valid child of "paragraph" Change-Id: Ic0b57adaaa4124f22a669e5df0c95c3fd03e606e diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index b55b6fd..4e6f10e 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 bb83598..220b1e3 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> commit 15d9b2e91b2e634bb1937c59dcdaa09b1e9d9b42 Author: Christian Lohmaier <[email protected]> Date: Wed Mar 9 19:57:51 2016 +0100 Value "Indexer" for attribute indexer is not among the enumerated set Change-Id: I7b9a031a2c79254b5df8dfdbc1c2ff2e28a21ee0 diff --git a/source/text/scalc/01/exponsmooth_embd.xhp b/source/text/scalc/01/exponsmooth_embd.xhp index ecb8389..543b930 100644 --- a/source/text/scalc/01/exponsmooth_embd.xhp +++ b/source/text/scalc/01/exponsmooth_embd.xhp @@ -9,7 +9,7 @@ --> <meta> - <topic id="ID" indexer="Indexer"> + <topic id="ID" indexer="include"> <title id="tit" xml-lang="en-US">embeded text for exponential smoothing</title> <filename>/text/scalc/01/exponsmooth_embd.xhp</filename> </topic> diff --git a/source/text/scalc/01/stat_data.xhp b/source/text/scalc/01/stat_data.xhp index f11b62c..04cd580 100644 --- a/source/text/scalc/01/stat_data.xhp +++ b/source/text/scalc/01/stat_data.xhp @@ -9,7 +9,7 @@ --> <meta> - <topic id="ID" indexer="Indexer"> + <topic id="ID" indexer="include"> <title id="tit" xml-lang="en-US">Data</title> <filename>/text/scalc/01/stat_data.xhp</filename> </topic> @@ -699,4 +699,4 @@ </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument> diff --git a/source/text/scalc/01/statistics_regression.xhp b/source/text/scalc/01/statistics_regression.xhp index b6bf44b..a217084 100644 --- a/source/text/scalc/01/statistics_regression.xhp +++ b/source/text/scalc/01/statistics_regression.xhp @@ -19,7 +19,7 @@ --> <meta> - <topic id="ID" indexer="Indexer" status="PUBLISH"> + <topic id="ID" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Regression Analysis</title> <filename>/text/scalc/01/statistics_regression.xhp</filename> </topic> @@ -324,4 +324,4 @@ </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
