diff options
author | tpf <tpf@openoffice.org> | 2002-10-25 16:33:52 +0000 |
---|---|---|
committer | tpf <tpf@openoffice.org> | 2002-10-25 16:33:52 +0000 |
commit | 1ff8de7eeb5ae031fc48899cad043cae10283f30 (patch) | |
tree | c3f9a553a815c3405ecbac1aabdfecec2fad139a /officecfg | |
parent | 51f1aea1ac9ca1ee27f99c4b04be3b3d38375567 (diff) |
#103539# some changes to make these files valid
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 33 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Security.xcu | 62 |
2 files changed, 63 insertions, 32 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 08e8be1d3256..76877d64fd33 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -3,9 +3,9 @@ * * $RCSfile: Common.xcu,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obr $ $Date: 2002-07-31 12:28:42 $ + * last change: $Author: tpf $ $Date: 2002-10-25 17:33:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,54 +106,25 @@ </node> </node> <node oor:name="ExternalApps"> - <!-- Responsible: OBR --> - <info> - <desc xml:lang="en-US">Specifies external helper applications / protocol handlers</desc> - </info> <prop oor:name="http" oor:op="replace" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">The handler application for http</desc> - </info> <value/> </prop> <prop oor:name="https" oor:op="replace" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">The handler application for https</desc> - </info> <value/> </prop> <prop oor:name="ftp" oor:op="replace" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">The handler application for ftp</desc> - </info> <value/> </prop> <prop oor:name="file" oor:op="replace" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">The handler application for file protocol</desc> - </info> <value/> </prop> <prop oor:name="mailto" oor:op="replace" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">The handler application for mailto urls</desc> - </info> <value/> </prop> </node> <node oor:name="ExternalMailer"> - <!-- Responsible: OBR --> - <info> - <desc xml:lang="en-US">Specifies an external mail application to be used for Send as email</desc> - </info> <node oor:name="Profiles"> - <info> - <desc xml:lang="en-US">Enumeration of known application profiles</desc> - </info> <node oor:name="Netscape 6.x" oor:op="replace"> - <info> - <desc xml:lang="en-US">The Netscape 6.x profile</desc> - </info> <node oor:name="FormatStrings"> <prop oor:name="base"> <value>-compose "%s"</value> diff --git a/officecfg/registry/data/org/openoffice/Office/Security.xcu b/officecfg/registry/data/org/openoffice/Office/Security.xcu index 79aaa6594cb1..26cd09e7c2ac 100644 --- a/officecfg/registry/data/org/openoffice/Office/Security.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Security.xcu @@ -1,4 +1,64 @@ -<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Star Office GmbH (Star Office GmbH) --> +<?xml version="1.0" encoding="UTF-8"?> +<!--*********************************************************************** + * + * $RCSfile: Security.xcu,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: tpf $ $Date: 2002-10-25 17:33:52 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc.. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************ --> <!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd"> <oor:node oor:name="Security" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="SecureExtensions"> |