diff options
Diffstat (limited to 'external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch')
-rw-r--r-- | external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch b/external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch new file mode 100644 index 000000000..8602989f7 --- /dev/null +++ b/external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch @@ -0,0 +1,10 @@ +diff -purN misc/META-INF/manifest.xml misc/build/META-INF/manifest.xml +--- misc/META-INF/manifest.xml 2019-08-14 20:57:00.000000000 +0900 ++++ misc/build/META-INF/manifest.xml 2019-08-14 20:58:00.000000000 +0900 +@@ -1,5 +1,5 @@ + <?xml version="1.0" encoding="UTF-8"?> +-<manifest:manifest> ++<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> + <manifest:file-entry manifest:full-path="CT2N/" manifest:media-type="application/vnd.sun.star.basic-library"/> + <manifest:file-entry manifest:full-path="pkg-desc/pkg-description.txt" manifest:media-type="application/vnd.sun.star.package-bundle-description"/> + <manifest:file-entry manifest:full-path="Office/UI/BaseWindowState.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/> |