[Libreoffice-commits] online.git: discovery.xml ios/Mobile
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 25 11:40:11 UTC 2019
discovery.xml | 3 ---
ios/Mobile/Info.plist.in | 29 -----------------------------
2 files changed, 32 deletions(-)
New commits:
commit 2efdb2016a2263f9bf88417dddd8935e6dc3c619
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Sep 27 12:56:32 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Oct 25 14:39:29 2019 +0300
Remove Lotus WordPro support
... because lotuswordpro filter is not present in MPLv2-only core builds
Change-Id: I100e886273f8b7fd38887576c2d29fad4c69b2e7
Reviewed-on: https://gerrit.libreoffice.org/79683
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
(cherry picked from commit d7813989913e95cefc8484d6d2af965ed5752588)
diff --git a/discovery.xml b/discovery.xml
index 517485642..13ee6ef0d 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<wopi-discovery>
<net-zone name="external-http">
- <app name="application/vnd.lotus-wordpro">
- <action name="view" ext="lwp"/>
- </app>
<app name="image/svg+xml">
<action name="view" ext="svg"/>
</app>
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 55b998375..ecf7bf642 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -292,20 +292,6 @@
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
- <string>Lotus WordPro Document</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.collabora.office.uti.lwp</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
<string>Plain Text</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
@@ -495,21 +481,6 @@
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
- <string>Lotus WordPro Document</string>
- <key>UTTypeIdentifier</key>
- <string>com.collabora.office.uti.lwp</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>lwp</string>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- </array>
- <key>UTTypeDescription</key>
<string>OpenDocument Spreadsheet</string>
<key>UTTypeIconFiles</key>
<array/>
More information about the Libreoffice-commits
mailing list