From aca7aba0dfd232650ec70ed22a2d18ef74b8851a Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Fri, 24 Feb 2023 13:52:57 +0100 Subject: tdf#153802: make it possible to change the UI with read-only docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I392ae68ef086a8c857e0d9d9e6117e27a85c9ba9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147655 Tested-by: Jenkins Reviewed-by: Xisco Fauli (cherry picked from commit c2de9708f1041d230b4688151116ff9c3c9e5184) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147727 Reviewed-by: Caolán McNamara --- sfx2/sdi/sfx.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 400746d8d77a..ca9e68894e1f 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5342,7 +5342,7 @@ SfxVoidItem ToolbarModeUI SID_TOOLBAR_MODE_UI [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, -- cgit