diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:52:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:56:52 +0200 |
commit | d9cf110dae8030c93c4cc7909b30c779b523359f (patch) | |
tree | 6052278a786391544e2d51da43a496b6932b1828 /officecfg | |
parent | 54c08da6c7d9f8fc28ac6c5fd15fdfbe8b0cfc03 (diff) |
Bye bye ODMA
SUSE has no interest in it any longer, and I doubt anybody else has
either.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 11 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu index 1fe1b8c9276e..521c83af9b92 100644 --- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu +++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu @@ -177,17 +177,6 @@ <value/> </prop> </node> - <node oor:name="Provider42" oor:op="replace" install:module="win"> - <prop oor:name="ServiceName"> - <value>com.sun.star.ucb.ODMAContentProvider</value> - </prop> - <prop oor:name="URLTemplate"> - <value>vnd.sun.star.odma</value> - </prop> - <prop oor:name="Arguments"> - <value/> - </prop> - </node> <node oor:name="Provider43" oor:op="replace"> <prop oor:name="ServiceName"> <value>com.sun.star.ucb.CmisContentProvider</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index f847e0e75560..3910287c6921 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6557,19 +6557,6 @@ </info> <value>false</value> </prop> - <prop oor:name="TryODMADialog" oor:type="xs:boolean" oor:nillable="false"> - <info> - <author>tml</author> - <desc>Determines whether to show the document creation and selection - of the machine's default ODMA (Open Document Management Architecture) - DMS (Document Management System). If true, and the machine has a DMS - available, the DMS's dialog will be displayed. That dialog then gives - the opportunity to use the application's dialog instead, which means - the normal system file and folder pickers will be displayed. Relevant - only on Windows.</desc> - </info> - <value>false</value> - </prop> <prop oor:name="DisableUICustomization" oor:type="xs:boolean" oor:nillable="false"> |