File: mediwiki-oor-replace.diff

package info (click to toggle)
libreoffice 4%3A25.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,814,648 kB
  • sloc: cpp: 4,377,924; xml: 454,658; java: 257,215; python: 80,826; ansic: 33,824; perl: 30,304; javascript: 19,722; sh: 11,717; makefile: 10,622; cs: 8,865; yacc: 8,549; objc: 2,131; lex: 1,379; asm: 1,231; awk: 996; pascal: 914; csh: 20; sed: 5
file content (51 lines) | stat: -rw-r--r-- 3,520 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu
index 2b35ced08f31..0c96070dd4f0 100644
--- a/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu
+++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu
@@ -18,9 +18,9 @@
  -->
 <oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry">
     <node oor:name="Nodes">
-        <node oor:name="Internet" oor:op="fuse">
+        <node oor:name="Internet" oor:op="replace">
             <node oor:name="Leaves">
-                <node oor:name="com.sun.star.wiki.options" oor:op="fuse">
+                <node oor:name="com.sun.star.wiki.options" oor:op="replace">
                     <prop oor:name="Id">
                         <value>com.sun.wiki-publisher</value>
                     </prop>
diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu
index 3309b503824c..261e470b253b 100644
--- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu
+++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu
@@ -19,7 +19,7 @@
 <!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd">
 <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter">
     <node oor:name="Filters">
-        <node oor:name="MediaWiki" oor:op="fuse">
+        <node oor:name="MediaWiki" oor:op="replace">
             <prop oor:name="FileFormatVersion"><value>0</value></prop>
                 <prop oor:name="Type"><value>MediaWiki</value></prop>
             <prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</value></prop>
@@ -31,7 +31,7 @@
             </prop>
             <prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
         </node>
-        <node oor:name="MediaWiki_Web" oor:op="fuse">
+        <node oor:name="MediaWiki_Web" oor:op="replace">
             <prop oor:name="FileFormatVersion"><value>0</value></prop>
                 <prop oor:name="Type"><value>MediaWiki</value></prop>
                 <prop oor:name="DocumentService"><value>com.sun.star.text.WebDocument</value></prop>
diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu
index 15e4f850041a..ce7cd0763b79 100644
--- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu
+++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu
@@ -19,7 +19,7 @@
 <!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd">
 <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types">
     <node oor:name="Types">
-        <node oor:name="MediaWiki" oor:op="fuse">
+        <node oor:name="MediaWiki" oor:op="replace">
             <prop oor:name="DetectService"><value>com.sun.star.comp.filters.XMLFilterDetect</value></prop>
             <prop oor:name="URLPattern"/>
             <prop oor:name="Extensions"><value>txt</value></prop>