diff options
author | Matthew Kogan <matthew@epoq.co.uk> | 2023-10-13 14:53:24 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2023-10-17 14:50:03 +0200 |
commit | d67d47bf0e9c9b24fb9aeed8807c31ed28d7fec2 (patch) | |
tree | d7eb2ff82ab023be8497d5dc34398f0aeef8b09d /officecfg/registry | |
parent | d6d4cae126cf8e8fc73b54b852d75c8b0a0db65e (diff) |
tdf#154454 sw: make comparison of changed paragraph numbering optional
by the new config option "DisplayChangedParagraphNumbering", as a
temporary fix to hide incorrect changes in corner cases.
Regression from commit 2413f213625253a9c2b1787b3b9fe859d724a9bd
"tdf#115523 sw_redlinenum: show correct, also original numbering".
Change-Id: I6d85033cc3f60ac1075501fedfcd4c9862e00a9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157940
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 028552cca820..75a019c63c73 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -2622,6 +2622,12 @@ <desc>Specifies whether RSIDs are stored in the document model.</desc> </info> </prop> + <prop oor:name="DisplayChangedParagraphNumbering" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies whether changed paragraph numbering is displayed.</desc> + </info> + <value>true</value> + </prop> </group> <group oor:name="Insert"> <info> |