[ooo-build-commit] Branch 'ooo/master' - sd/inc

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Sep 1 21:53:03 PDT 2009


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

New commits:
commit 55f4c868a1f38c9723d242ad7625fdbe6bd67f0c
Author: Release Engineers <releng at openoffice.org>
Date:   Tue Sep 1 13:34:43 2009 +0000

    #i10000# export destructor

diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index a86ac88..3d0fbe7 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -75,7 +75,7 @@ class CustomAnimationEffect
 
 public:
     SD_DLLPUBLIC CustomAnimationEffect( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode );
-    virtual ~CustomAnimationEffect();
+    SD_DLLPUBLIC virtual ~CustomAnimationEffect();
 
     const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& getNode() const { return mxNode; }
     void setNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode );


More information about the ooo-build-commit mailing list