From 750daab570b813167c342b0e4183d5cf4762458c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Oct 2012 23:38:21 +0100 Subject: Resolves: fdo#52353 navigation buttons disabled in read-only mode Change-Id: Ib60ae077be6a179568e6ccd8454e572c22c35e7e --- sw/sdi/swriter.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/sdi') diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 8fb9339ae1b6..3f2941b9766a 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -10302,7 +10302,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -10327,7 +10327,7 @@ SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, -- cgit