[Libreoffice-commits] core.git: sw/inc

Mike Kaganski mike.kaganski at collabora.com
Mon Feb 26 11:31:22 UTC 2018


 sw/inc/hintids.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0faecb02f47cb2165c0e20e3f63e2c2f1af7f19
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Mon Feb 26 08:49:20 2018 +0100

    RES_CHRATR_SHADOW should be SvxShadowItem
    
    Follow-up for commit 35f5274ece0fcbb70753a71619b526ed0d4cbd6b
    
    Change-Id: I7bd2f28565e574a6f0e36bc34959b8ecaf8cc4b1
    Reviewed-on: https://gerrit.libreoffice.org/50340
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 7d3c65fef3c5..0230134fc34a 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -96,7 +96,7 @@ class SfxStringItem;
 #define     RES_CHRATR_OVERLINE                    TypedWhichId<SvxOverlineItem>(38)
 #define     RES_CHRATR_RSID                        TypedWhichId<SvxRsidItem>(39)
 #define     RES_CHRATR_BOX                         TypedWhichId<SvxBoxItem>(40)
-#define     RES_CHRATR_SHADOW                      TypedWhichId<SvxShadowedItem>(41)
+#define     RES_CHRATR_SHADOW                      TypedWhichId<SvxShadowItem>(41)
 #define     RES_CHRATR_HIGHLIGHT                   TypedWhichId<SvxBrushItem>(42)
 #define     RES_CHRATR_GRABBAG                     TypedWhichId<SfxGrabBagItem>(43)
 #define     RES_CHRATR_BIDIRTL                     TypedWhichId<SfxInt16Item>(44)


More information about the Libreoffice-commits mailing list