Update ooo320-m1
[ooovba.git] / applied_patches / 0023-cws-koheicopyborder-svx.diff
blob3415d859c57d72ce73ba02c3ce5450f05cecf598
1 diff --git svx/inc/svx/sdr/animation/scheduler.hxx svx/inc/svx/sdr/animation/scheduler.hxx
2 index 7c927ec..08e12c1 100644
3 --- svx/inc/svx/sdr/animation/scheduler.hxx
4 +++ svx/inc/svx/sdr/animation/scheduler.hxx
5 @@ -61,7 +61,7 @@ namespace sdr
7 // get/set time
8 sal_uInt32 GetTime() const;
9 - void SetTime(sal_uInt32 nNew);
10 + void SVX_DLLPUBLIC SetTime(sal_uInt32 nNew);
12 // execute event
13 virtual void Trigger(sal_uInt32 nTime) = 0;
14 @@ -145,7 +145,7 @@ namespace sdr
15 void checkTimeout();
17 // insert/remove events, wrapper to EventList methods
18 - void InsertEvent(Event* pNew);
19 + void SVX_DLLPUBLIC InsertEvent(Event* pNew);
20 void RemoveEvent(Event* pOld);
22 // get/set pause