Resolves: fdo#52353 navigation buttons disabled in read-only mode
Change-Id: Ib60ae077be6a179568e6ccd8454e572c22c35e7e
This commit is contained in:
@@ -10302,7 +10302,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK
|
|||||||
FastCall = FALSE,
|
FastCall = FALSE,
|
||||||
HasCoreId = FALSE,
|
HasCoreId = FALSE,
|
||||||
HasDialog = FALSE,
|
HasDialog = FALSE,
|
||||||
ReadOnlyDoc = FALSE,
|
ReadOnlyDoc = TRUE,
|
||||||
Toggle = FALSE,
|
Toggle = FALSE,
|
||||||
Container = FALSE,
|
Container = FALSE,
|
||||||
RecordAbsolute = FALSE,
|
RecordAbsolute = FALSE,
|
||||||
@@ -10327,7 +10327,7 @@ SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
|
|||||||
FastCall = FALSE,
|
FastCall = FALSE,
|
||||||
HasCoreId = FALSE,
|
HasCoreId = FALSE,
|
||||||
HasDialog = FALSE,
|
HasDialog = FALSE,
|
||||||
ReadOnlyDoc = FALSE,
|
ReadOnlyDoc = TRUE,
|
||||||
Toggle = FALSE,
|
Toggle = FALSE,
|
||||||
Container = FALSE,
|
Container = FALSE,
|
||||||
RecordAbsolute = FALSE,
|
RecordAbsolute = FALSE,
|
||||||
|
Reference in New Issue
Block a user