diff options
author | Release Engineers <releng@openoffice.org> | 2009-09-01 13:34:43 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-09-01 13:34:43 +0000 |
commit | 08950bf97fc948ead2ad9b3677e78451ac187876 (patch) | |
tree | 2de953e33274c2637c2308e3d187eacc6bf441d3 /sd/inc/CustomAnimationEffect.hxx | |
parent | a6244ff144b68c4893c91c14efa2b6795d182814 (diff) |
#i10000# export destructor
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 8a727f308393..795fb4333176 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 ); |