summaryrefslogtreecommitdiff
path: root/svx/inc
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
commit77641ec2bc840afb18ac35a389c5079534dbf230 (patch)
tree83d2fc462f7316c5eb08322fd3ab1b481a48a032 /svx/inc
parent69bf04ccaedec01f348f1cf896a666c5480b50fb (diff)
Port cws-koheicopyborder-svx.diff from ooo-build.
Diffstat (limited to 'svx/inc')
-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 a1b167ca97..5b03e1d814 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