summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2018-07-06 17:47:38 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-07-09 16:15:33 +0200
commit1ba1279ed2163305a1a88c520b888ffa49e4dbb9 (patch)
tree45fc83e57297cc2c1f5ef7b89ef15dec31cf1f54
parent34bba6eaa404f5a081dcc28f9cca7fd55a10fe0c (diff)
tdf#101930: Allow page up/down and first/last page in read-only mode
Change-Id: Iea7d7a234d9904cd31c2a2355297ad8438d82b17 Reviewed-on: https://gerrit.libreoffice.org/57084 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit c3bc3a59cd44ee4eb75c22084f825ce61ba217b0) Reviewed-on: https://gerrit.libreoffice.org/57154 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
-rw-r--r--sd/sdi/sdraw.sdi8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 0d39885e1584..5009acb6cf0c 100644
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -4432,7 +4432,7 @@ SfxVoidItem NextPage SID_GO_TO_NEXT_PAGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -4449,7 +4449,7 @@ SfxVoidItem PreviousPage SID_GO_TO_PREVIOUS_PAGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -4466,7 +4466,7 @@ SfxVoidItem FirstPage SID_GO_TO_FIRST_PAGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -4483,7 +4483,7 @@ SfxVoidItem LastPage SID_GO_TO_LAST_PAGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,