diff options
author | Justin Luth <jluth@mail.com> | 2023-06-16 13:45:02 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-06-16 21:41:45 +0200 |
commit | 967c8db8e1ebee924b185b7476df712189e4e51b (patch) | |
tree | 31e6a082a9d094b910f9696732b671da4c172711 | |
parent | 7d231453fcc75c2c621522098fe1d42b14be546b (diff) |
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 <jluth@mail.com>
-rw-r--r-- | sw/sdi/swriter.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
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, |