diff options
-rw-r--r-- | sd/sdi/sdraw.sdi | 8 |
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, |