diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-16 14:13:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-16 14:13:32 +0000 |
commit | 457052817ad4b0e04dda1d0931f7b8c900c0818f (patch) | |
tree | 31a0cda76cd832acb7169e701859824aa61f2171 /sd/inc/animations.hxx | |
parent | f351e9aa30010fec27deb0ad705fd35744675c5b (diff) | |
parent | c4b49b68e000cd0892af5d5c1335f4ff9365a6ad (diff) |
tl74: merge with DEV300 m60
Diffstat (limited to 'sd/inc/animations.hxx')
-rw-r--r-- | sd/inc/animations.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx index 20f9da50f345..a0f5008e4dad 100644 --- a/sd/inc/animations.hxx +++ b/sd/inc/animations.hxx @@ -1,6 +1,8 @@ #ifndef _SD_ANIMATIONS_HXX_ #define _SD_ANIMATIONS_HXX_ +#include <sddllapi.h> + namespace sd { @@ -21,7 +23,7 @@ typedef std::list< AfterEffectNode > AfterEffectNodeList; /** inserts the animation node in the given AfterEffectNode at the correct position in the timing hierarchie of its master */ -void stl_process_after_effect_node_func(AfterEffectNode& rNode); +SD_DLLPUBLIC void stl_process_after_effect_node_func(AfterEffectNode& rNode); } // namespace sd; |