diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-02-25 17:39:47 -0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-02-26 08:19:48 +0000 |
commit | c013f7339418eda27bced4856f175b06e7a17284 (patch) | |
tree | 834ffd36d8cc42a6169a31bede8e4e2073700a26 /source | |
parent | 97ecbd0f9d9668e0abdbb7efd0e59603931951f9 (diff) |
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 <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/02140700.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/ODFF.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_timevalue.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/statistics.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/optionen/opencl.xhp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/source/text/scalc/01/02140700.xhp b/source/text/scalc/01/02140700.xhp index 8ad966827e..123bca5650 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 39f0e6bfd3..f5587998c2 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 eb23135c07..7a10b13c5b 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 bdea8206cc..1d143c9c0a 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 73ef4d0bfe..e288b65d9e 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. |