summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-12-02 13:30:12 +0100
committerChristian Lippka <cl@openoffice.org>2010-12-02 13:30:12 +0100
commit119d17832036dd7430a15a1aa1e7d2ad7ebd9a7e (patch)
tree48c5050965f4e40cd396253c263b9d319f90379c /officecfg/registry/schema/org/openoffice/Office/Impress.xcs
parentd9ae4d5e9624414822d20d676fbc2cd0ffd91de0 (diff)
impressdefaults1: #i113019# new config entries for slideshow pen width and color
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Impress.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs23
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>