diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 02:50:51 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 13:00:00 +0100 |
commit | 6ac759dde11267c91931a645bfafab6383403f3c (patch) | |
tree | 9d0067d6c299e768ff09a411bcbe7b5ffb931e5d /swext/mediawiki | |
parent | 199f0edc93e25ff8144f16599184049573154232 (diff) |
remove specialcasing for old internal sun wiki
Change-Id: Idb8efc3f900172dea2ded6b7aa39e0b6f8fe49b7
Diffstat (limited to 'swext/mediawiki')
-rw-r--r-- | swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu index c96e7a85f529..729f80b5604a 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu @@ -18,18 +18,6 @@ --> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="WikiExtension" oor:package="org.openoffice.Office.Custom"> <node oor:name="SpecialData"> - <node oor:name="so-wiki.germany.sun.com" oor:op="fuse"> - <prop oor:name="AllowUnknownCertificate"> - <value>true</value> - </prop> - <node oor:name="AdditionalLoginArguments"> - <node oor:name="wpDomain" oor:op="fuse"> - <prop oor:name="Value"> - <value>sun</value> - </prop> - </node> - </node> - </node> </node> <node oor:name="ConnectionList"> |