Comment 11 for bug 1389858

Revision history for this message
Björn Michaelsen (bjoern-michaelsen) wrote : Re: Libreoffice calc 4.2.7 not sorting right

Here is a quick and dirty way for those who want the fdo#81309 behaviour (Sorting should automatically adjust references.):
sudo vim /usr/lib/libreoffice/share/registry/main.xcd
Search for:
 <prop oor:name="UpdateReferenceOnSort" oor:type="xs:boolean" oor:nillable="false"><value>false</value></prop>
and replace it with:
 <prop oor:name="UpdateReferenceOnSort" oor:type="xs:boolean" oor:nillable="false"><value>true</value></prop>