diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-02-24 13:52:57 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-02-26 08:49:57 +0000 |
commit | c2de9708f1041d230b4688151116ff9c3c9e5184 (patch) | |
tree | ee1e9cf7c953b99c30b8c498c719b9b5d385a78f /sfx2 | |
parent | 508a610808631bc292a8daf4f78bd8726b2d56be (diff) |
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 4cf84ac12462..71b0557bb5d0 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5379,7 +5379,7 @@ SfxVoidItem ToolbarModeUI SID_TOOLBAR_MODE_UI [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, |