fdo#52022: Simple/LargeControlPoints actually can have nil values
...in old LO 3.5 registrymodifications.xcu, which causes trouble when migrating to >= LO 3.6, see <https://bugs.freedesktop.org/show_bug.cgi?id=52022#c23> for all the details. Change-Id: I8fa1e67998c9588b9d8bf3a3b52e4b0684d3d705
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: Calc/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
|
||||
@@ -351,7 +351,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: Calc/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
|
||||
|
@@ -1306,7 +1306,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: Writer/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
|
||||
@@ -1317,7 +1317,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: Writer/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
|
||||
|
@@ -210,7 +210,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: HTML_Editor/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
|
||||
@@ -221,7 +221,7 @@
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean" oor:nillable="false">
|
||||
<prop oor:name="LargeControlPoint" oor:type="xs:boolean">
|
||||
<!-- OldPath: HTML_Editor/Layout/Lines -->
|
||||
<!-- OldLocation: Soffice.cfg -->
|
||||
<!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
|
||||
|
Reference in New Issue
Block a user