diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-09 10:20:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-09 12:41:53 +0200 |
commit | 160a4852f1d7487154d8cdd8881acd287d481b7f (patch) | |
tree | 19f7841faf188c91bac850af66dcb11a23d96a8e /framework | |
parent | 5f9a90a939de600952707edeeb309c6badd757c6 (diff) |
dtd files are not xml files and shouldn't have xml headers
so rpminspect is correct in complaining that they are not valid xml
on inspecting files claiming to be xml
Change-Id: I70379989326c2ea63e6a54b3658ebea4684fa5df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116887
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/dtd/accelerator.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/event.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/groupuinames.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/image.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/menubar.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/statusbar.dtd | 1 | ||||
-rw-r--r-- | framework/dtd/toolbar.dtd | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/framework/dtd/accelerator.dtd b/framework/dtd/accelerator.dtd index f4dcac65242d..912b652d3cf5 100644 --- a/framework/dtd/accelerator.dtd +++ b/framework/dtd/accelerator.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/framework/dtd/event.dtd b/framework/dtd/event.dtd index 7a66d15e571b..5af4a3dd267f 100644 --- a/framework/dtd/event.dtd +++ b/framework/dtd/event.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/framework/dtd/groupuinames.dtd b/framework/dtd/groupuinames.dtd index a29b77a4f13e..218939cf9bae 100644 --- a/framework/dtd/groupuinames.dtd +++ b/framework/dtd/groupuinames.dtd @@ -24,4 +24,3 @@ groupuinames:name CDATA #REQUIRED groupuinames:default-ui-name CDATA #REQUIRED > - diff --git a/framework/dtd/image.dtd b/framework/dtd/image.dtd index 59b0f3f92f08..fb69a5e5f4c8 100644 --- a/framework/dtd/image.dtd +++ b/framework/dtd/image.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/framework/dtd/menubar.dtd b/framework/dtd/menubar.dtd index b41431f6d0ef..b3469f7324a6 100644 --- a/framework/dtd/menubar.dtd +++ b/framework/dtd/menubar.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/framework/dtd/statusbar.dtd b/framework/dtd/statusbar.dtd index 9f4e9e2a35c3..40a5609b7cf6 100644 --- a/framework/dtd/statusbar.dtd +++ b/framework/dtd/statusbar.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd index 6f2c38260524..7f8ee24e8ab9 100644 --- a/framework/dtd/toolbar.dtd +++ b/framework/dtd/toolbar.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * |