summaryrefslogtreecommitdiff
path: root/vcl/os2/source/app/saltimer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/source/app/saltimer.cxx')
-rw-r--r--vcl/os2/source/app/saltimer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/os2/source/app/saltimer.cxx b/vcl/os2/source/app/saltimer.cxx
index a27458edd793..c46e954dcfd8 100644
--- a/vcl/os2/source/app/saltimer.cxx
+++ b/vcl/os2/source/app/saltimer.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,14 +36,14 @@
// =======================================================================
// Maximale Periode
-#define MAX_SYSPERIOD 65533
-#define IDTIMER 10
+#define MAX_SYSPERIOD 65533
+#define IDTIMER 10
// =======================================================================
void ImplSalStartTimer( ULONG nMS, BOOL bMutex )
{
- SalData* pSalData = GetSalData();
+ SalData* pSalData = GetSalData();
// Periode darf nicht zu gross sein, da OS2 2.11 mit USHORT arbeitet
// Remenber the time of the timer
@@ -91,7 +91,7 @@ void Os2SalTimer::Start( ULONG nMS )
void Os2SalTimer::Stop()
{
- SalData* pSalData = GetSalData();
+ SalData* pSalData = GetSalData();
// Exitstiert ein Timer, dann diesen zerstoeren
if ( pSalData->mnTimerId ) {