summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-28 11:12:29 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-28 11:12:29 -0400
commit23315165f4186e10a918348ae0e3c14e8575846a (patch)
treeda5becddb75ea5657a56c195d1672139ed84ba7a /svx
parent4438b99e247ba7d5e24f3d70cd9567497556918c (diff)
Port cws-koheicopyborder-svx.diff from ooo-build.
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/sdr/animation/scheduler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/sdr/animation/scheduler.hxx b/svx/inc/svx/sdr/animation/scheduler.hxx
index 21547ed51da0..d6b25c2670fb 100644
--- a/svx/inc/svx/sdr/animation/scheduler.hxx
+++ b/svx/inc/svx/sdr/animation/scheduler.hxx
@@ -58,7 +58,7 @@ namespace sdr
// get/set time
sal_uInt32 GetTime() const;
- void SetTime(sal_uInt32 nNew);
+ void SVX_DLLPUBLIC SetTime(sal_uInt32 nNew);
// execute event
virtual void Trigger(sal_uInt32 nTime) = 0;
@@ -142,7 +142,7 @@ namespace sdr
void checkTimeout();
// insert/remove events, wrapper to EventList methods
- void InsertEvent(Event* pNew);
+ void SVX_DLLPUBLIC InsertEvent(Event* pNew);
void RemoveEvent(Event* pOld);
// get/set pause