sw/sdi/swriter.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 967c8db8e1ebee924b185b7476df712189e4e51b
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Fri Jun 16 13:45:02 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Fri Jun 16 21:41:45 2023 +0200

    tdf#132061: disable uno:PageColumnType when read-only
    
    When the document is read-only, it should not be able
    to be have the column information changed,
    so disable that toolboxControl, just like everything else.
    
    It was set to be active in READ-ONLY mode since initial import,
    but no indication why it should be different
    from the two other page actions added at the same time.
    
    It was added as part of adding the sidebar.
    However, I don't see where it would be found in the sidebar.
    It is not in the normal menus - just in the notebookbar.
    
    Change-Id: Icf342d5ee51cf8bba296049833e0e520813efb03
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153193
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index dda1dc187f55..1ae79b5b2b8b 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -8026,7 +8026,7 @@ SfxInt16Item PageColumnType SID_ATTR_PAGE_COLUMN
 [
     AutoUpdate = FALSE,
     FastCall = FALSE,
-    ReadOnlyDoc = TRUE,
+    ReadOnlyDoc = FALSE,
     Toggle = FALSE,
     Container = FALSE,
     RecordAbsolute = FALSE,

Reply via email to