need these to also be SVX_DLLPUBLIC apparently
This commit is contained in:
parent
1704dbe99b
commit
f59d6cfdba
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue