sw/sdi/_textsh.sdi |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9aeca50f4f0c1b2503a91eb1c7d9ed8a7231e598
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Jun 16 09:14:04 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Jun 16 10:08:51 2022 +0200

    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 <vmik...@collabora.com>
    Tested-by: Jenkins

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)
     [

Reply via email to