summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 13:02:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 13:02:09 +0000
commit3d3afca03aa65383c96ebf52773948a1de9fc6e9 (patch)
tree9e2230eced1cb5b215709470a62835d1c60a4e01 /vos
parentb8fe9e63871508da86ebd9ba44dd90d9a4dc8d35 (diff)
INTEGRATION: CWS ab42 (1.6.34); FILE MERGED
2008/01/03 14:35:50 ab 1.6.34.1: #i77442# Drop L for integer literal to solve 64 type problem
Diffstat (limited to 'vos')
-rw-r--r--vos/source/timer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vos/source/timer.cxx b/vos/source/timer.cxx
index 25ccbc5196c5..882ddba13448 100644
--- a/vos/source/timer.cxx
+++ b/vos/source/timer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: timer.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 12:45:24 $
+ * last change: $Author: vg $ $Date: 2008-01-28 14:02:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -262,7 +262,7 @@ TTimeValue OTimer::getRemainingTime() const
if (secs > 0)
{
secs -= 1;
- nsecs += 1000000000L;
+ nsecs += 1000000000;
}
else
return TTimeValue(0, 0);