diff options
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu index 20a8b415ea81..501dd1447006 100644 --- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu +++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu @@ -3,9 +3,9 @@ * * $RCSfile: Configuration.xcu,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-05-10 14:15:47 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:23:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,6 +165,17 @@ <value/> </prop> </node> + <node oor:name="Provider11" oor:op="replace"> + <prop oor:name="ServiceName"> + <value>com.sun.star.ucb.PackageContentProvider</value> + </prop> + <prop oor:name="URLTemplate"> + <value>vnd.sun.star.zip</value> + </prop> + <prop oor:name="Arguments"> + <value/> + </prop> + </node> </node> </node> </node> |