diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-06-16 09:14:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-06-16 10:08:51 +0200 |
commit | 9aeca50f4f0c1b2503a91eb1c7d9ed8a7231e598 (patch) | |
tree | c0b66f4303b447e31def6e796dfb0460d53b6765 /sw/sdi | |
parent | e445eac863ac616fb99c9d6bf5510b965fd15957 (diff) |
sw content controls: allow the properties dialog in read-only sel
Once you enter a checkbox or picture content control, the selection is
read-only to avoid loosing content the next time the content control is
updated. But this means you can't launch the properties dialog to e.g.
enable placeholder mode.
Fix this by relaxing the restriction and allow the properties dialog on
protected cursor as well, matching Word behavior.
Change-Id: Ifef9af66d077682c46c852c9ecba2df5f17234fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135965
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 55d515d944a0..fce2a4df9740 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -306,7 +306,6 @@ interface BaseText [ ExecMethod = ExecInsert ; StateMethod = GetState ; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] FN_INSERT_COLUMN_BREAK // status(final|play) [ |