summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-08-07 10:59:02 +0000
committerRüdiger Timm <rt@openoffice.org>2003-08-07 10:59:02 +0000
commite4a16e465fd2a7d4dcd701d84cb6b6983a4f489f (patch)
tree1e6a156e3a28adb211ea9cfc6d40b6bdfcc5c915 /tools/source
parent38f770e21b0b946b401270fc003203a412605bcc (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/debug/debug.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx
index 86fca5f1a581..0454e25e7bb5 100644
--- a/tools/source/debug/debug.cxx
+++ b/tools/source/debug/debug.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: debug.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: gh $ $Date: 2002-05-29 07:22:51 $
+ * last change: $Author: rt $ $Date: 2003-08-07 11:57:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,6 @@
#endif
#include <time.h>
-#if SUPD > 652
-#include <stdarg.h> // include both to satisfy all compiler/platform
-#endif
#include <cstdarg> // combinations
#include <stdlib.h>
#include <string.h>