need these to also be SVX_DLLPUBLIC apparently

This commit is contained in:
Caolán McNamara 2011-02-18 09:28:18 +00:00
parent 1704dbe99b
commit f59d6cfdba

View file

@ -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;
};