sd/sdi/sdraw.sdi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 48a8169d7c76b76ee95b5281691264fc44c2edfd 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/57083 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 bbaf03a7683e..0f6501259277 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -4620,7 +4620,7 @@ SfxVoidItem NextPage SID_GO_TO_NEXT_PAGE [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -4637,7 +4637,7 @@ SfxVoidItem PreviousPage SID_GO_TO_PREVIOUS_PAGE [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -4654,7 +4654,7 @@ SfxVoidItem FirstPage SID_GO_TO_FIRST_PAGE [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -4671,7 +4671,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
