summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-18 09:28:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-18 09:51:08 +0000
commit6303c4d8e325bf58c05e1d3dc925927e4ec9a3be (patch)
tree0e2aea2ea69e953775306ebfa2b734fbecb39867 /svx/inc
parent5d685e1a9fb38ef004ab5c5cf88645eb2698311e (diff)
need these to also be SVX_DLLPUBLIC apparently
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/sdasitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/sdasitm.hxx b/svx/inc/svx/sdasitm.hxx
index c8a381e508..314e6fbc8b 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;
};