diff options
-rw-r--r-- | sw/inc/hintids.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |