Port cws-koheicopyborder-svx.diff from ooo-build.
This commit is contained in:
parent
4438b99e24
commit
23315165f4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue