summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-04-25 17:25:41 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-04-26 10:40:06 +0200
commit82e789bfc8c215a7b27d4ca8d6567590717168da (patch)
tree9a024139eeea621efbb4f6f425feefc11e4e97c8 /officecfg
parent6e80ee919b9ab3cb4d9f32059b5e213f1885bcc1 (diff)
sw: show Manage Changes dialog for read-only documents too...
... and also the panel in the in sidebar, to allow navigating the tracked changes. Disable all the Accept/Reject buttons if document is read-only. This appears to work, even when switching between 2 documents, one editable and the other read-only, with the dialog open. Change-Id: I51cce414326d50e86ba2da35c31b87d4b6daf53b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133414 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 9290ef9dcc70..9fc17ad9418f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -1484,7 +1484,7 @@
<value>true</value>
</prop>
<prop oor:name="ShowForReadOnlyDocument" oor:type="xs:boolean">
- <value>false</value>
+ <value>true</value>
</prop>
<prop oor:name="Id" oor:type="xs:string">
<value>SwManageChangesPanel</value>