From f59d6cfdba99b225119d505fdd36cbdcb6dcd20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 18 Feb 2011 09:28:18 +0000 Subject: [PATCH] need these to also be SVX_DLLPUBLIC apparently --- svx/inc/svx/sdasitm.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svx/inc/svx/sdasitm.hxx b/svx/inc/svx/sdasitm.hxx index 9564f51b9aae..260a03f7a989 100644 --- a/svx/inc/svx/sdasitm.hxx +++ b/svx/inc/svx/sdasitm.hxx @@ -60,11 +60,11 @@ public: typedef std::pair < const ::rtl::OUString, const ::rtl::OUString > PropertyPair; private: - struct SVX_DLLPRIVATE PropertyEq + struct SVX_DLLPUBLIC PropertyEq { bool operator()( const rtl::OUString&, const rtl::OUString& ) const; }; - struct SVX_DLLPRIVATE PropertyPairEq + struct SVX_DLLPUBLIC PropertyPairEq { bool operator()( const SdrCustomShapeGeometryItem::PropertyPair&, const SdrCustomShapeGeometryItem::PropertyPair& ) const; };