summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-29 13:55:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-29 13:55:48 +0000
commit74f7b6db98ec2274e24b3f51de2fa5884fb4df8c (patch)
tree3e9a2d29b5f93a6511e2d4004207d989c8eb084f
parenta6714016f07388cb0cd8c589afe5b27734082d71 (diff)
INTEGRATION: CWS os12 (1.2.26); FILE MERGED
2004/03/04 12:17:52 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized
-rw-r--r--filter/source/config/fragments/filters/impress_pdf_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/impress_pgm_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/impress_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/impress_ppm_Export.xcu2
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/fragments/filters/impress_pdf_Export.xcu b/filter/source/config/fragments/filters/impress_pdf_Export.xcu
index e4419ccad331..cf1328c79d74 100644
--- a/filter/source/config/fragments/filters/impress_pdf_Export.xcu
+++ b/filter/source/config/fragments/filters/impress_pdf_Export.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_pdf_Export" oor:op="replace">
+ <node oor:name="impress_pdf_Export" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>pdf_Portable_Document_Format</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.presentation.PresentationDocument</value></prop>
diff --git a/filter/source/config/fragments/filters/impress_pgm_Export.xcu b/filter/source/config/fragments/filters/impress_pgm_Export.xcu
index b1c1c89baf1b..282b3f3c8f9d 100644
--- a/filter/source/config/fragments/filters/impress_pgm_Export.xcu
+++ b/filter/source/config/fragments/filters/impress_pgm_Export.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_pgm_Export" oor:op="replace">
+ <node oor:name="impress_pgm_Export" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>pgm_Portable_Graymap</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.presentation.PresentationDocument</value></prop>
diff --git a/filter/source/config/fragments/filters/impress_png_Export.xcu b/filter/source/config/fragments/filters/impress_png_Export.xcu
index 3b6b5d4e1745..f5354e27cc59 100644
--- a/filter/source/config/fragments/filters/impress_png_Export.xcu
+++ b/filter/source/config/fragments/filters/impress_png_Export.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_png_Export" oor:op="replace">
+ <node oor:name="impress_png_Export" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.presentation.PresentationDocument</value></prop>
diff --git a/filter/source/config/fragments/filters/impress_ppm_Export.xcu b/filter/source/config/fragments/filters/impress_ppm_Export.xcu
index 26eb760991ac..e47d07a5c2f4 100644
--- a/filter/source/config/fragments/filters/impress_ppm_Export.xcu
+++ b/filter/source/config/fragments/filters/impress_ppm_Export.xcu
@@ -1,4 +1,4 @@
- <node oor:name="impress_ppm_Export" oor:op="replace">
+ <node oor:name="impress_ppm_Export" oor:op="replace" oor:finalized="true" oor:mandatory="true">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>ppm_Portable_Pixelmap</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.presentation.PresentationDocument</value></prop>