diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 6d54c8159706..b389379a836a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -877,6 +877,14 @@ </info> <value>true</value> </prop> + <prop oor:name="ReduceTransparencyMinArea" oor:type="xs:int" oor:nillable="false"> + <info> + <desc>Specifies minimal area of an object for applying "Reduce Transparency" + printer configuration option (removing object transparency). This value + is counted in percents of the printable area.</desc> + </info> + <value>25</value> + </prop> </group> <group oor:name="InternalMSExport"> <info> |