summaryrefslogtreecommitdiff
path: root/include/svx/e3ditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/e3ditem.hxx')
-rw-r--r--include/svx/e3ditem.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx
index 3a8ad16902fd..bad0e95c89f5 100644
--- a/include/svx/e3ditem.hxx
+++ b/include/svx/e3ditem.hxx
@@ -20,11 +20,12 @@
#ifndef INCLUDED_SVX_E3DITEM_HXX
#define INCLUDED_SVX_E3DITEM_HXX
+#include <config_options.h>
#include <svl/poolitem.hxx>
#include <basegfx/vector/b3dvector.hxx>
#include <svx/svxdllapi.h>
-class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC SvxB3DVectorItem final : public SfxPoolItem
+class SAL_WARN_UNUSED UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) SvxB3DVectorItem final : public SfxPoolItem
{
basegfx::B3DVector aVal;