sfx2/sdi/sfx.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aca7aba0dfd232650ec70ed22a2d18ef74b8851a
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri Feb 24 13:52:57 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Feb 26 20:38:37 2023 +0000

    tdf#153802: make it possible to change the UI with read-only docs
    
    Change-Id: I392ae68ef086a8c857e0d9d9e6117e27a85c9ba9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147655
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit c2de9708f1041d230b4688151116ff9c3c9e5184)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147727
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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,

Reply via email to