diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-12 20:05:25 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-12 20:09:00 -0400 |
commit | 45bdefccfc532d73bed2f8182543e13a18a7ac1c (patch) | |
tree | d5fb1b613e3eab64a8a26c4d9a4a196a2ee51724 /officecfg/registry | |
parent | 36122c27539ae22c3a67fab89ecf1a262074c3b4 (diff) |
Turn this off by default.
Not a good idea to make a "legacy" behavior on by default.
Change-Id: Ib9f211dd57e3223b98f2ba6a076b05364b50ed48
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 8feb9e95c8d1..d2b9692eece7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -720,7 +720,7 @@ <desc>Use legacy behaviour when selecting cells</desc> <label>Use legacy behaviour when selecting cells</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="LastFunctions" oor:type="oor:int-list" oor:nillable="false"> <!-- OldPath: Calc/Input --> |