Kaydet (Commit) 23315165 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Port cws-koheicopyborder-svx.diff from ooo-build.

üst 4438b99e
...@@ -58,7 +58,7 @@ namespace sdr ...@@ -58,7 +58,7 @@ namespace sdr
// get/set time // get/set time
sal_uInt32 GetTime() const; sal_uInt32 GetTime() const;
void SetTime(sal_uInt32 nNew); void SVX_DLLPUBLIC SetTime(sal_uInt32 nNew);
// execute event // execute event
virtual void Trigger(sal_uInt32 nTime) = 0; virtual void Trigger(sal_uInt32 nTime) = 0;
...@@ -142,7 +142,7 @@ namespace sdr ...@@ -142,7 +142,7 @@ namespace sdr
void checkTimeout(); void checkTimeout();
// insert/remove events, wrapper to EventList methods // insert/remove events, wrapper to EventList methods
void InsertEvent(Event* pNew); void SVX_DLLPUBLIC InsertEvent(Event* pNew);
void RemoveEvent(Event* pOld); void RemoveEvent(Event* pOld);
// get/set pause // get/set pause
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment