diff options
author | László Németh <nemeth@numbertext.org> | 2021-04-08 10:20:02 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-04-12 10:44:49 +0200 |
commit | d89786054715b44aa983d0752484216825c74ae2 (patch) | |
tree | 55e4a6e4c771eae960af6754a27eac003d3fc3be /officecfg | |
parent | 02529315289b8a5ef546e5df33283a424d68d8fd (diff) |
tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobar
instead of enabling Track Changes toolbar automatically,
when there are hidden track changes data or settings in
the document, i.e. Track Changes toolbar and Show Changes
are disabled, but
– the document contains (not visible) recorded changes, or
– Record Track Changes is enabled (which will result hidden
recording, e.g. unintended publishing of the deletions of
the document); or
– both of them.
Messages of the infobar show these cases.
Button of the Track Changes infobar allows to show/hide the
Track Changes toolbar. Hiding the Track Changes toolbar with
button of the Track Changes infobar closes the infobar, too.
Regression from commit afbbfb3b55beb937555a972d9edbb47ede91001a
"tdf#83958: sw: enable Track Changes toolbar automatically" and
commit 1989201c56c03b1ef13a282cfd09af69620040ea
"tdf#138870 sw: fix Track Changes toolbar reappearing".
Change-Id: I9162102d63d671b412fa0228e6bbfb5c356ee03e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113792
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs index a7f996dc4ed8..6b29f0b47e6a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs @@ -54,6 +54,12 @@ </info> <value>true</value> </prop> + <prop oor:name="HiddenTrackChanges" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Whether an Infobar is shown when hidden Track Changes settings or data are there in a document</desc> + </info> + <value>true</value> + </prop> </group> </component> </oor:component-schema> |