summaryrefslogtreecommitdiff
path: root/include/svx/sdasitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdasitm.hxx')
-rw-r--r--include/svx/sdasitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index a66fdefdd1e0..83ad600722a3 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -30,13 +30,13 @@
namespace com::sun::star::uno { class Any; }
-class SVX_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem
+class SVXCORE_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem
{
public:
typedef std::pair < const OUString, const OUString > PropertyPair;
private:
- struct SVX_DLLPUBLIC PropertyPairHash
+ struct SVXCORE_DLLPUBLIC PropertyPairHash
{
size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair& ) const;
};