[Libreoffice-commits] .: svx/inc

Joseph Powers jpowers at kemper.freedesktop.org
Sun Feb 6 07:56:05 PST 2011


 svx/inc/svx/sdasitm.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c538dc57542d11afaa522e8b1eab6b21c4e56c75
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Feb 6 07:55:59 2011 -0800

    Make PropertyPairHash public.
    
    On Linux (for Fridrich), just removing the SVX_DLLPRIVATE was enough to fix
    the issue. However, on the Mac, I had to make it SVX_DLLPUBLIC to get this
    to work. We both don't know why this quit working.

diff --git a/svx/inc/svx/sdasitm.hxx b/svx/inc/svx/sdasitm.hxx
index 8dde3c8..0a87f50 100644
--- a/svx/inc/svx/sdasitm.hxx
+++ b/svx/inc/svx/sdasitm.hxx
@@ -68,7 +68,7 @@ private:
     {
         bool operator()( const SdrCustomShapeGeometryItem::PropertyPair&, const SdrCustomShapeGeometryItem::PropertyPair& ) const;
     };
-    struct PropertyPairHash
+    struct SVX_DLLPUBLIC PropertyPairHash
     {
         size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair& ) const;
     };


More information about the Libreoffice-commits mailing list