diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-04-19 16:56:42 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-04-19 16:56:42 +0200 |
commit | 853fc3254ecd81c39de59f6411aa1172aa0606f9 (patch) | |
tree | da4bfd6e117a1f9368deb730d25804ac25f6b7bf /officecfg | |
parent | 7064978d0b02178586b55602af2f83eb9ffd4b98 (diff) |
Change merge cell defaults for Collabora Office
Change-Id: Ib0f96e52f268df999fde34ea7bcf9ea9706ea11a
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 72fc022484fd..5be0285add3e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1821,14 +1821,14 @@ <desc>Specifies whether the Merge Cells dialog box is shown, when some cells are not empty.</desc> <label>Show Merge Cells dialog</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="EmptyMergedCells" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Specifies whether to empty the contents of the hidden cells (like Excel does).</desc> <label>Empty merged cells</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="KeyBindings"> |