source/text/scalc/01/02140700.xhp | 2 +- source/text/scalc/01/ODFF.xhp | 2 +- source/text/scalc/01/func_timevalue.xhp | 2 +- source/text/scalc/01/statistics.xhp | 2 +- source/text/shared/optionen/opencl.xhp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit c013f7339418eda27bced4856f175b06e7a17284 Author: Olivier Hallot <[email protected]> Date: Thu Feb 25 17:39:47 2016 -0300 Add encoding in xml declaration add 'encoding="UTF-8"' where missing in help files Change-Id: I68c0203627cf2ae353d75ba025a03157f34518e2 Reviewed-on: https://gerrit.libreoffice.org/22705 Reviewed-by: David Tardon <[email protected]> Tested-by: David Tardon <[email protected]> diff --git a/source/text/scalc/01/02140700.xhp b/source/text/scalc/01/02140700.xhp index 8ad9668..123bca5 100644 --- a/source/text/scalc/01/02140700.xhp +++ b/source/text/scalc/01/02140700.xhp @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. diff --git a/source/text/scalc/01/ODFF.xhp b/source/text/scalc/01/ODFF.xhp index 39f0e6b..f558799 100644 --- a/source/text/scalc/01/ODFF.xhp +++ b/source/text/scalc/01/ODFF.xhp @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <!--*********************************************************** * This file is part of the LibreOffice project. diff --git a/source/text/scalc/01/func_timevalue.xhp b/source/text/scalc/01/func_timevalue.xhp index eb23135..7a10b13 100644 --- a/source/text/scalc/01/func_timevalue.xhp +++ b/source/text/scalc/01/func_timevalue.xhp @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <!--*********************************************************** * This file is part of the LibreOffice project. diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp index bdea820..1d143c9 100644 --- a/source/text/scalc/01/statistics.xhp +++ b/source/text/scalc/01/statistics.xhp @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. diff --git a/source/text/shared/optionen/opencl.xhp b/source/text/shared/optionen/opencl.xhp index 73ef4d0..e288b65 100644 --- a/source/text/shared/optionen/opencl.xhp +++ b/source/text/shared/optionen/opencl.xhp @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
