diff options
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 f92e9a1c4d74..45b4c8ecd125 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -368,7 +368,7 @@ <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc> <label>Only text area selectable</label> </info> - <value>true</value> + <value>false</value> </prop> </group> <group oor:name="CrossFading"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 323e7eff5639..f87f68d779c1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -591,7 +591,7 @@ <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc> <label>Only text area selectable</label> </info> - <value>true</value> + <value>false</value> </prop> </group> <group oor:name="NewDoc"> |