diff options
author | Christian Lippka <cl@openoffice.org> | 2010-12-02 13:30:12 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-12-02 13:30:12 +0100 |
commit | 119d17832036dd7430a15a1aa1e7d2ad7ebd9a7e (patch) | |
tree | 48c5050965f4e40cd396253c263b9d319f90379c | |
parent | d9ae4d5e9624414822d20d676fbc2cd0ffd91de0 (diff) |
impressdefaults1: #i113019# new config entries for slideshow pen width and color
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index afcee251e91a..36bd09dcdbd1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -537,6 +537,29 @@ </info> <value>0</value> </prop> + <prop oor:name="PenColor" oor:type="xs:int"> + <!-- OldPath: --> + <!-- OldLocation: --> + <!-- UIHints: slide show context menu --> + <info> + <author>CL</author> + <desc>Color of the pen during slideshow.</desc> + <label>Pen Color</label> + </info> + <value>16711680</value> + </prop> + <prop oor:name="PenWidth" oor:type="xs:double"> + <!-- OldPath: --> + <!-- OldLocation: --> + <!-- UIHints: slide show context menu --> + <info> + <author>CL</author> + <desc>Width of the pen during slideshow.</desc> + <label>Pen Width</label> + </info> + <value>150</value> + </prop> + <group oor:name="TextObject"> <info> <desc>Contains text editing related configuration items.</desc> |