[Libreoffice-commits] help.git: source/text

Olivier Hallot ohallot at collabora.co.uk
Fri Feb 26 08:20:18 UTC 2016


 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 <ohallot at collabora.co.uk>
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 <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

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.


More information about the Libreoffice-commits mailing list