sfx2/sdi/sfx.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05f7ab11bec87b706f598ae4e81d1f20cd4f1312
Author:     Heiko Tietze <heiko.tie...@documentfoundation.org>
AuthorDate: Thu Aug 24 14:35:05 2023 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Fri Aug 25 11:10:05 2023 +0200

    Resolves tdf#156404 - No hotkey to apply cloned formatting
    
    Block customization for FormatPaintBrush as it allows modifier
    keys and has a multi-step workflow
    
    The patch has no effect yet because of tdf#147411
    
    Change-Id: I4f5e423f483c490a994af4708552442f7716fc2f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156052
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 6541b39e47cd..669934693c0f 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -4636,7 +4636,7 @@ SfxBoolItem FormatPaintbrush SID_FORMATPAINTBRUSH ( 
SfxBoolItem PersistentCopy S
       RecordAbsolute = FALSE,
       RecordPerSet;
 
-      AccelConfig = TRUE,
+      AccelConfig = FALSE,
       MenuConfig = TRUE,
       ToolBoxConfig = TRUE,
       GroupId = SfxGroupId::Edit;

Reply via email to