diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:05:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:05:28 +0000 |
commit | 1c4da6b5549720b8d2458f74a3f0dacaac929af4 (patch) | |
tree | 7bc3696746fee1d2000546ceea823170adb9bd1e /configmgr | |
parent | f2b6d8a9112718f36cd3debdd0b8b5bd85c12ee5 (diff) |
INTEGRATION: CWS sb88 (1.4.10); FILE MERGED
2008/06/03 15:29:53 sb 1.4.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treecache/timestamp.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configmgr/source/treecache/timestamp.cxx b/configmgr/source/treecache/timestamp.cxx index 839f9f19e30e..37eabada1079 100644 --- a/configmgr/source/treecache/timestamp.cxx +++ b/configmgr/source/treecache/timestamp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: timestamp.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -50,13 +50,6 @@ namespace configmgr return TimeStamp( maxTimeValue ); } // ------------------------------------------------------------------------- - TimeStamp TimeStamp::always() - { - const ::TimeValue minTimeValue = { minTimeValueSeconds, minTimeValueNanos }; - - return TimeStamp( minTimeValue ); - } -// ------------------------------------------------------------------------- TimeStamp TimeStamp::getCurrentTime() { TimeStamp aResult; |