From 412975713b4838582f635ac9e61a8a8e720ff09c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 30 Oct 2013 08:56:06 +0100 Subject: integrate Apple Keynote import filter Change-Id: Icc36b761da9262a99af730cfe71f576bcaab3ee1 Reviewed-on: https://gerrit.libreoffice.org/6488 Tested-by: LibreOffice gerrit bot Reviewed-by: David Tardon Tested-by: David Tardon --- filter/Configuration_filter.mk | 2 ++ .../config/fragments/filters/AppleKeynote.xcu | 29 ++++++++++++++++++++++ .../fragments/types/impress_AppleKeynote.xcu | 29 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 filter/source/config/fragments/filters/AppleKeynote.xcu create mode 100644 filter/source/config/fragments/types/impress_AppleKeynote.xcu (limited to 'filter') diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk index 645768e84fb3..62f21b6cbc14 100644 --- a/filter/Configuration_filter.mk +++ b/filter/Configuration_filter.mk @@ -581,6 +581,7 @@ $(call filter_Configuration_add_ui_filters,fcfg_langpack,filter/source/config/fr # fcfg_impress $(call filter_Configuration_add_types,fcfg_langpack,fcfg_impress_types.xcu,filter/source/config/fragments/types,\ draw_StarOffice_XML_Draw \ + impress_AppleKeynote \ impress_MS_PowerPoint_97 \ impress_MS_PowerPoint_97_AutoPlay \ impress_MS_PowerPoint_97_Vorlage \ @@ -600,6 +601,7 @@ $(call filter_Configuration_add_types,fcfg_langpack,fcfg_impress_types.xcu,filte ) $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_impress_filters.xcu,filter/source/config/fragments/filters,\ + AppleKeynote \ MS_PowerPoint_97 \ MS_PowerPoint_97_AutoPlay \ MS_PowerPoint_97_Vorlage \ diff --git a/filter/source/config/fragments/filters/AppleKeynote.xcu b/filter/source/config/fragments/filters/AppleKeynote.xcu new file mode 100644 index 000000000000..84deba44fa49 --- /dev/null +++ b/filter/source/config/fragments/filters/AppleKeynote.xcu @@ -0,0 +1,29 @@ + + + + + IMPORT ALIEN USESOPTIONS 3RDPARTYFILTER PREFERRED + + + org.libreoffice.comp.Impress.KeynoteImportFilter + + + Apple Keynote 5 + + + 0 + + + impress_AppleKeynote + + + com.sun.star.presentation.PresentationDocument + + diff --git a/filter/source/config/fragments/types/impress_AppleKeynote.xcu b/filter/source/config/fragments/types/impress_AppleKeynote.xcu new file mode 100644 index 000000000000..797df7ae0a45 --- /dev/null +++ b/filter/source/config/fragments/types/impress_AppleKeynote.xcu @@ -0,0 +1,29 @@ + + + + + org.libreoffice.comp.Impress.KeynoteImportFilter + + + key + + + application/x-iwork-keynote-sffkey + + + true + + + Apple Keynote + + + Apple Keynote + + -- cgit