diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-01-18 11:52:16 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-18 22:23:07 +0100 |
commit | 8b23cd3d73feddc9363e3c8ebf7409fe5031f47c (patch) | |
tree | 8d83fb21f8c80cb4c7e75fdaeeecd14064f73a71 /ios | |
parent | a0f74a184f2057ebfca0d6f913a15d0a7542204b (diff) |
Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabled
Change-Id: If7942ec9d4cd40f29fae2b9a8f76df1ef08bfc17
Reviewed-on: https://gerrit.libreoffice.org/48120
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/LibreOfficeLight/LibreOfficeLight/Info.plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist index a14a9aeb6164..e8c48f1789c3 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist +++ b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist @@ -320,18 +320,18 @@ <string>com.microsoft.excel.xls</string> <string>com.microsoft.powerpoint.ppt</string> <string>org.openxmlformats.wordprocessingml.document</string> - <string>org.openxmlformats.wordprocessingml.document.macroenabled</string> + <string>org.openxmlformats.wordprocessingml.document.macroEnabled</string> <string>org.openxmlformats.wordprocessingml.template</string> - <string>org.openxmlformats.wordprocessingml.template.macroenabled</string> + <string>org.openxmlformats.wordprocessingml.template.macroEnabled</string> <string>org.openxmlformats.spreadsheetml.sheet</string> - <string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string> - <string>com.microsoft.excel.sheet.binary.macroenabled</string> + <string>org.openxmlformats.spreadsheetml.sheet.macroEnabled</string> + <string>com.microsoft.excel.sheet.binary.macroEnabled</string> <string>org.openxmlformats.spreadsheetml.template</string> - <string>org.openxmlformats.spreadsheetml.template.macroenabled</string> + <string>org.openxmlformats.spreadsheetml.template.macroEnabled</string> <string>org.openxmlformats.presentationml.presentation</string> - <string>org.openxmlformats.presentationml.presentation.macroenabled</string> + <string>org.openxmlformats.presentationml.presentation.macroEnabled</string> <string>org.openxmlformats.presentationml.template</string> - <string>org.openxmlformats.presentationml.template.macroenabled</string> + <string>org.openxmlformats.presentationml.template.macroEnabled</string> <string>org.libreoffice.pdb-document</string> <string>org.libreoffice.wpd-document</string> <string>org.libreoffice.hwp-document</string> @@ -1124,7 +1124,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML word processing document (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.wordprocessingml.document.macroenabled</string> + <string>org.openxmlformats.wordprocessingml.document.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1169,7 +1169,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML word processing template (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.wordprocessingml.template.macroenabled</string> + <string>org.openxmlformats.wordprocessingml.template.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1214,7 +1214,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML spreadsheet template (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.spreadsheetml.template.macroenabled</string> + <string>org.openxmlformats.spreadsheetml.template.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1259,7 +1259,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Microsoft Excel 2007 spreadsheet (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>com.microsoft.excel.sheet.binary.macroenabled</string> + <string>com.microsoft.excel.sheet.binary.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1282,7 +1282,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML spreadsheet (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string> + <string>org.openxmlformats.spreadsheetml.sheet.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1327,7 +1327,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML presentation (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.presentationml.presentation.macroenabled</string> + <string>org.openxmlformats.presentationml.presentation.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -1373,7 +1373,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string> <key>UTTypeDescription</key> <string>Office Open XML presentation template (macros enabled)</string> <key>UTTypeIdentifier</key> - <string>org.openxmlformats.presentationml.template.macroenabled</string> + <string>org.openxmlformats.presentationml.template.macroEnabled</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> |