summaryrefslogtreecommitdiff
path: root/sw/inc/hintids.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-02-26 08:49:20 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-26 12:31:00 +0100
commitd0faecb02f47cb2165c0e20e3f63e2c2f1af7f19 (patch)
tree3f26a397697d24d9a8b17dc2c12b7be490d77524 /sw/inc/hintids.hxx
parent384954795c4f3c0641f4b0eb7cff6f27ebfbb5de (diff)
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@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx2
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)