[Libreoffice-commits] .: svx/inc

Caolán McNamara caolan at kemper.freedesktop.org
Fri Feb 18 05:50:09 PST 2011


 svx/inc/svx/sdasitm.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6303c4d8e325bf58c05e1d3dc925927e4ec9a3be
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Feb 18 09:28:18 2011 +0000

    need these to also be SVX_DLLPUBLIC apparently

diff --git a/svx/inc/svx/sdasitm.hxx b/svx/inc/svx/sdasitm.hxx
index c8a381e..314e6fb 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;
     };


More information about the Libreoffice-commits mailing list