sw/source/core/bastyp/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56d35ad0eaccd353c8acd2a259293199e233e8ec
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Sep 9 17:14:43 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Sep 9 20:02:54 2024 +0200

    RES_CHRATR_HIGHLIGHT does not need surrogate support
    
    It is not queried anywhere using the surrogate APIs
    
    Change-Id: I056546b897d396bee49f600605e43f7e8f0addf2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173082
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx
index 83f1ca1f6b19..564c6fe5c2db 100644
--- a/sw/source/core/bastyp/init.cxx
+++ b/sw/source/core/bastyp/init.cxx
@@ -323,7 +323,7 @@ ItemInfoPackage& getItemInfoPackageSwAttributes()
             { RES_CHRATR_RSID, new SvxRsidItem( 0, RES_CHRATR_RSID ), 0, 
SFX_ITEMINFOFLAG_NONE },
             { RES_CHRATR_BOX, new SvxBoxItem( RES_CHRATR_BOX ), 
SID_ATTR_CHAR_BOX, SFX_ITEMINFOFLAG_SUPPORT_SURROGATE },
             { RES_CHRATR_SHADOW, new SvxShadowItem( RES_CHRATR_SHADOW ), 
SID_ATTR_CHAR_SHADOW, SFX_ITEMINFOFLAG_NONE },
-            { RES_CHRATR_HIGHLIGHT, new SvxBrushItem( RES_CHRATR_HIGHLIGHT ), 
0, SFX_ITEMINFOFLAG_SUPPORT_SURROGATE },
+            { RES_CHRATR_HIGHLIGHT, new SvxBrushItem( RES_CHRATR_HIGHLIGHT ), 
0, SFX_ITEMINFOFLAG_NONE },
             { RES_CHRATR_GRABBAG, new SfxGrabBagItem( RES_CHRATR_GRABBAG ), 
SID_ATTR_CHAR_GRABBAG, SFX_ITEMINFOFLAG_NONE },
 
             // CharacterAttr - MSWord weak char direction/script override 
emulation

Reply via email to