summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/filters
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-08 15:48:08 +0100
committerDavid Tardon <dtardon@redhat.com>2015-12-08 19:18:53 +0100
commit511d16718590d12bf25be03c630eea7c3159d008 (patch)
tree94c3f5475605c475bc37b9fc37f47022773c87d6 /filter/source/config/fragments/filters
parent83d30fdbcba0df628c9c6dd51a868e0fa32b0eef (diff)
add generic presentation filter for libmwaw
Change-Id: I3b96671b7a0f278329a686ba9082b3e4e4989e87
Diffstat (limited to 'filter/source/config/fragments/filters')
-rw-r--r--filter/source/config/fragments/filters/MWAW_Presentation.xcu29
1 files changed, 29 insertions, 0 deletions
diff --git a/filter/source/config/fragments/filters/MWAW_Presentation.xcu b/filter/source/config/fragments/filters/MWAW_Presentation.xcu
new file mode 100644
index 000000000000..8cfa9445621d
--- /dev/null
+++ b/filter/source/config/fragments/filters/MWAW_Presentation.xcu
@@ -0,0 +1,29 @@
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+
+<node oor:name="MWAW_Presentation" oor:op="replace">
+ <prop oor:name="Flags">
+ <value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value>
+ </prop>
+ <prop oor:name="FilterService">
+ <value>com.sun.star.comp.Impress.MWAWPresentationImportFilter</value>
+ </prop>
+ <prop oor:name="UIName">
+ <value xml:lang="en-US">Legacy Mac Presentation</value>
+ </prop>
+ <prop oor:name="FileFormatVersion">
+ <value>0</value>
+ </prop>
+ <prop oor:name="Type">
+ <value>MWAW_Presentation</value>
+ </prop>
+ <prop oor:name="DocumentService">
+ <value>com.sun.star.presentation.PresentationDocument</value>
+ </prop>
+</node>