diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-22 08:24:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-22 08:24:19 +0000 |
commit | 39a642d715f2253ae69298f8cfc5cce949015754 (patch) | |
tree | 8f9e2bf020324835397b3d4cd666f4bc549bd825 /officecfg/registry | |
parent | 30ef5ffaee2702c525f1644dae77103411e11134 (diff) |
INTEGRATION: CWS printsetting (1.50.16); FILE MERGED
2006/03/08 13:01:27 pl 1.50.16.1: #i49631# add: printing disabler
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/VCL.xcu | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu index 7e2ac5a7b960..2e7d9564b274 100644 --- a/officecfg/registry/data/org/openoffice/VCL.xcu +++ b/officecfg/registry/data/org/openoffice/VCL.xcu @@ -5,9 +5,9 @@ * * $RCSfile: VCL.xcu,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: kz $ $Date: 2006-02-03 17:13:21 $ + * last change: $Author: obo $ $Date: 2006-03-22 09:24:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,11 @@ <value>false</value> </prop> </node> + <node oor:name="DesktopManagement" oor:op="replace"> + <prop oor:name="DisablePrinting" oor:type="xs:string" oor:op="replace"> + <value>false</value> + </prop> + </node> <node oor:name="Transfer" oor:op="replace"> <prop oor:name="SelectionTimeout" oor:type="xs:string" oor:op="replace"> <value>3</value> |