summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:57:39 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:57:39 +0000
commit8c31fd853c5d8a75e5bc53b0e575ed897d196386 (patch)
tree5b2465e4e3f5551128b8f991d1d25a860df1ace4
parentfc0cc675a25a35961a3d4e2b6ab9042ee157b820 (diff)
INTEGRATION: CWS fwk67 (1.11.96); FILE MERGED
2007/06/25 09:45:32 cd 1.11.96.2: #i78217# Remove obsolete code 2007/06/22 14:56:01 cd 1.11.96.1: #i78217# Missing exception specification
-rw-r--r--tools/source/datetime/ttime.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx
index 388338e101ed..265b0e1e3234 100644
--- a/tools/source/datetime/ttime.cxx
+++ b/tools/source/datetime/ttime.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ttime.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:09:28 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:57:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,20 +56,6 @@
extern long altzone;
#endif
-#ifndef WNT
-#ifndef localtime_r
-extern "C" {
-struct tm *localtime_r(const time_t *timep, struct tm *buffer);
-}
-#endif
-
-#ifndef gmtime_r
-extern "C" {
-struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
-}
-#endif
-#endif
-
// =======================================================================
static sal_Int32 TimeToSec100( const Time& rTime )