diff options
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/timer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx index 3d60f34fbc4c..b4e2dba961ee 100644 --- a/salhelper/source/timer.cxx +++ b/salhelper/source/timer.cxx @@ -43,7 +43,7 @@ public: bool lookupTimer(const salhelper::Timer* pTimer); /// retrieves the "Singleton" TimerManager Instance - static TimerManager* SAL_CALL getTimerManager(); + static TimerManager* getTimerManager(); protected: /// worker-function of thread |