summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-29 14:28:26 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-29 14:28:26 +0000
commit1f463c17d9759822c8bc22b89cd1ab7421d416fb (patch)
tree8f5a9e5f90ada8fadb607884fd4a24c7b5150740
parent8a66d67494b51167afce98e9e710563890ec1515 (diff)
INTEGRATION: CWS os12 (1.2.26); FILE MERGED
2004/03/04 12:18:30 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized
-rw-r--r--filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu2
-rw-r--r--filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu2
-rw-r--r--filter/source/config/fragments/types/jpg_JPEG.xcu2
-rw-r--r--filter/source/config/fragments/types/math_MathML_XML_Math.xcu2
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu b/filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu
index 8f1e8d3c0a79..2170d971c6b3 100644
--- a/filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu
+++ b/filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_StarOffice_XML_Impress" oor:op="replace">
+ <node oor:name="impress_StarOffice_XML_Impress" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="DetectService"><value>com.sun.star.comp.draw.FormatDetector</value></prop>
<prop oor:name="URLPattern"><value>private:factory/simpress*</value></prop>
<prop oor:name="Extensions"><value>sxi</value></prop>
diff --git a/filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu b/filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu
index 8a0687c40c0a..12a1489d07e1 100644
--- a/filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu
+++ b/filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_StarOffice_XML_Impress_Template" oor:op="replace">
+ <node oor:name="impress_StarOffice_XML_Impress_Template" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="DetectService"><value>com.sun.star.comp.draw.FormatDetector</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>sti</value></prop>
diff --git a/filter/source/config/fragments/types/jpg_JPEG.xcu b/filter/source/config/fragments/types/jpg_JPEG.xcu
index 5e1764fe36b6..ac51bbbf32e4 100644
--- a/filter/source/config/fragments/types/jpg_JPEG.xcu
+++ b/filter/source/config/fragments/types/jpg_JPEG.xcu
@@ -1,4 +1,4 @@
- <node oor:name="jpg_JPEG" oor:op="replace">
+ <node oor:name="jpg_JPEG" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="DetectService"><value>com.sun.star.comp.draw.FormatDetector</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>jpg jpeg jfif jif jpe</value></prop>
diff --git a/filter/source/config/fragments/types/math_MathML_XML_Math.xcu b/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
index ec0ca3cb8b36..5e7e8ebe7e6b 100644
--- a/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
+++ b/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
@@ -1,4 +1,4 @@
- <node oor:name="math_MathML_XML_Math" oor:op="replace">
+ <node oor:name="math_MathML_XML_Math" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="DetectService"><value>com.sun.star.comp.math.FormatDetector</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>mml</value></prop>