diff options
author | Christian Lippka <cl@openoffice.org> | 2010-12-02 19:59:58 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-12-02 19:59:58 +0100 |
commit | 7d3aeadb8d2540442cd25193cc6df5cc04d9428f (patch) | |
tree | 9269ccfa7ee7862509327b8bf34a03d821655b25 /officecfg | |
parent | c47f821070a75540e738495f9bc4c2be02cc027f (diff) |
impressdefaults1: #i111998# reset default for quickedit back to 'on'
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Draw.xcs | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs index cdddf50d09b7..6dd518250d4a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -410,7 +410,7 @@ <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc> <label>Allow quick editing</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="Selectable" oor:type="xs:boolean"> <!-- OldPath: Draw/Other/Text_Objects --> diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 36bd09dcdbd1..871c5c2c1494 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -572,7 +572,7 @@ <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc> <label>Allow quick editing</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="Selectable" oor:type="xs:boolean"> <!-- OldPath: Impress/Other/Text_Objects --> |