sd/sdi/sdraw.sdi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8b5a12fb5423326e84fb42fdd68fa31acaa1d331
Author: Xisco Fauli <[email protected]>
Date:   Fri Jul 6 17:47:38 2018 +0200

    tdf#101930: Allow page up/down and first/last page in read-only mode
    
    Change-Id: Iea7d7a234d9904cd31c2a2355297ad8438d82b17
    Reviewed-on: https://gerrit.libreoffice.org/57082
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Michael Meeks <[email protected]>

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,
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to