discovery.xml | 3 --- ios/Mobile/Info.plist.in | 29 ----------------------------- 2 files changed, 32 deletions(-)
New commits: commit 2efdb2016a2263f9bf88417dddd8935e6dc3c619 Author: Andras Timar <[email protected]> AuthorDate: Fri Sep 27 12:56:32 2019 +0200 Commit: Tor Lillqvist <[email protected]> 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> (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/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
