Kaydet (Commit) 750daab5 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#52353 navigation buttons disabled in read-only mode

Change-Id: Ib60ae077be6a179568e6ccd8454e572c22c35e7e
üst 570b59ed
...@@ -10302,7 +10302,7 @@ SfxVoidItem NavigateBack FN_NAVIGATION_BACK ...@@ -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 ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment