summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-04-21 15:00:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-04-22 10:37:51 +0200
commit8359aebefe63397001ffcc1b8369d2db81af2f21 (patch)
treeaacd93cb883c4c8e920c4a75bda2daa64fed943d /extras
parent9aee0383c3ebc3f267c99e19764728ba09c12d3a (diff)
Remove namespace prefix in manifest.xml (extras/pt-PT)
since other languages don't have it Change-Id: I02dead7abcae1409f756d4daebbd23d4a70efbc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150762 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extras')
-rw-r--r--extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml b/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml
index 9bfc7a4065fd..03703c7d31b9 100644
--- a/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml
+++ b/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<manifest:manifest>
- <manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
- <manifest:file-entry manifest:full-path="SentenceExceptList.xml" manifest:media-type="text/xml"/>
- <manifest:file-entry manifest:full-path="WordExceptList.xml" manifest:media-type="text/xml"/>
- <manifest:file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml"/>
-</manifest:manifest> \ No newline at end of file
+<manifest>
+ <file-entry full-path="/" media-type=""/>
+ <file-entry full-path="SentenceExceptList.xml" media-type="text/xml"/>
+ <file-entry full-path="WordExceptList.xml" media-type="text/xml"/>
+ <file-entry full-path="DocumentList.xml" media-type="text/xml"/>
+</manifest>