[ooo-build-commit] .: svx/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Sep 28 08:13:46 PDT 2010


 svx/inc/svx/sdr/animation/scheduler.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 77641ec2bc840afb18ac35a389c5079534dbf230
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Sep 28 11:12:29 2010 -0400

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

diff --git a/svx/inc/svx/sdr/animation/scheduler.hxx b/svx/inc/svx/sdr/animation/scheduler.hxx
index a1b167c..5b03e1d 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


More information about the ooo-build-commit mailing list