summaryrefslogtreecommitdiff
path: root/include/svx/sdtakitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdtakitm.hxx')
-rw-r--r--include/svx/sdtakitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdtakitm.hxx b/include/svx/sdtakitm.hxx
index d4d481cf40f7..f2dca7833118 100644
--- a/include/svx/sdtakitm.hxx
+++ b/include/svx/sdtakitm.hxx
@@ -76,7 +76,7 @@ enum class SdrTextAniKind {
// of the text depends on the anchor of the drawing object. This
// corresponds to the position of the text in normal Paint (without scrolling).
-class SVX_DLLPUBLIC SdrTextAniKindItem: public SfxEnumItem<SdrTextAniKind> {
+class SVXCORE_DLLPUBLIC SdrTextAniKindItem: public SfxEnumItem<SdrTextAniKind> {
public:
SdrTextAniKindItem(SdrTextAniKind eKind=SdrTextAniKind::NONE): SfxEnumItem(SDRATTR_TEXT_ANIKIND, eKind) {}
virtual SdrTextAniKindItem* Clone(SfxItemPool* pPool=nullptr) const override;