summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2018-07-07 00:39:38 +0200
committerEike Rathke <erack@redhat.com>2018-07-17 11:06:08 +0200
commitdb843c97279924fd36f31c8f22269f804f5add07 (patch)
tree8d778d1a108e02e5c8bdb745e545474b6a04e89f
parent215de37cd1d860f1e0471319cd8069d51cd8887d (diff)
tdf#89893: Enable previous/next track changes in read-only mode
Change-Id: Ie7dd41b2f79347e9b959a73d58888915379f2e2a Reviewed-on: https://gerrit.libreoffice.org/57100 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit eedeeb63d1287ed0416e1fe3d2f7ba37632626d0) Reviewed-on: https://gerrit.libreoffice.org/57155 Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sw/sdi/swriter.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 058fc4bc09f6..19aa9dfeae05 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -7263,7 +7263,7 @@ SfxVoidItem NextTrackedChange FN_REDLINE_NEXT_CHANGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -7281,7 +7281,7 @@ SfxVoidItem PreviousTrackedChange FN_REDLINE_PREV_CHANGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,