summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/saltimer.cxx
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-12-16 01:43:16 +0000
committerPatrick Luby <pluby@openoffice.org>2000-12-16 01:43:16 +0000
commitbafb51232a90049fab908c20740be866cbdec9fc (patch)
tree63c8844c9f67f2c07b25ea10cb7380c9767dfa5b /vcl/aqua/source/app/saltimer.cxx
parentf00481fac1334a36c446de0a6fcf9fcdb1c92838 (diff)
More corrections to painting
Diffstat (limited to 'vcl/aqua/source/app/saltimer.cxx')
-rw-r--r--vcl/aqua/source/app/saltimer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/aqua/source/app/saltimer.cxx b/vcl/aqua/source/app/saltimer.cxx
index c19b7bd2173f..c257dc2b00b5 100644
--- a/vcl/aqua/source/app/saltimer.cxx
+++ b/vcl/aqua/source/app/saltimer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saltimer.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pluby $ $Date: 2000-12-08 01:28:59 $
+ * last change: $Author: pluby $ $Date: 2000-12-16 02:43:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,14 +75,14 @@
void SalTimer::Start( ULONG nMS )
{
- VCLApplication_StartPeriodicEvents( nMS );
+ VCLEvent_StartPeriodicEvents( nMS );
}
// -----------------------------------------------------------------------
void SalTimer::Stop()
{
- VCLApplication_StopPeriodicEvents();
+ VCLEvent_StopPeriodicEvents();
}
// -----------------------------------------------------------------------