diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:42:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:42:33 +0000 |
commit | a3d4fe29d6eec080a15ce2d0ee572051f3c91225 (patch) | |
tree | 109e153bf3312f62ae52d42b25a67a00b04b1fe5 /officecfg | |
parent | d3c35773f6edece383a1e503e4eec63143fbf62e (diff) |
INTEGRATION: CWS nativeprintdlg01_DEV300 (1.144.24); FILE MERGED
2008/02/21 21:42:15 pl 1.144.24.1: #i86329# add system print dialog property
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 1fc464e4d624..292bbd32264f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.145 $ + * $Revision: 1.146 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:41:57 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:42:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -5458,6 +5458,13 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </info> <value>true</value> </prop> + <prop oor:name="UseSystemPrintDialog" oor:type="xs:boolean"> + <info> + <author>PL</author> + <desc>Determines if the system's print dialog should be used. If false, the platform independent print dialog implementation will be used. Relevant on platforms where print dialog integration is implemented.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="SymbolSet" oor:type="xs:short"> <!-- UIHints: Tools Options General View --> <info> |