summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-18 11:52:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-18 14:25:30 +0100
commit10b07347911aee87d13b343072bac01abe0e535a (patch)
treeca26ce8e4e730075a23769035208fcc933869e85 /ios
parent2f61eb08b38561f01b59586771469af4384080b6 (diff)
Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabled
Change-Id: If7942ec9d4cd40f29fae2b9a8f76df1ef08bfc17 Reviewed-on: https://gerrit.libreoffice.org/48121 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ios')
-rwxr-xr-xios/LibreOfficeLight/LibreOfficeLight/Info.plist28
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>