summaryrefslogtreecommitdiff
path: root/include/svx/sdr/animation/scheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/animation/scheduler.hxx')
-rw-r--r--include/svx/sdr/animation/scheduler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx
index 59aba43460ca..43666f3982f7 100644
--- a/include/svx/sdr/animation/scheduler.hxx
+++ b/include/svx/sdr/animation/scheduler.hxx
@@ -31,7 +31,7 @@ namespace sdr
namespace animation
{
- class SVX_DLLPUBLIC Event
+ class SVXCORE_DLLPUBLIC Event
{
// time of event in ms
sal_uInt32 mnTime;
@@ -49,7 +49,7 @@ namespace sdr
virtual void Trigger(sal_uInt32 nTime) = 0;
};
- class SVX_DLLPUBLIC Scheduler : public Timer
+ class SVXCORE_DLLPUBLIC Scheduler : public Timer
{
// time in ms
sal_uInt32 mnTime;