summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:05:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:05:28 +0000
commit07c46caf1dc1061235a34fd343da6d1b202affdb (patch)
tree9d197166e7bcc9c9bf27d896f4b919ffad9dfc75 /configmgr
parentdba248dd756b91c1bc7048cc5522c595a9cf77f8 (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.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/configmgr/source/treecache/timestamp.cxx b/configmgr/source/treecache/timestamp.cxx
index 574065c4b7..a577bfcb56 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;