summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-12 16:08:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-12 16:08:36 +0000
commitac1f2ea2e317df4493e2457d4ef9f417c4410a19 (patch)
treef4e5e0dcde50f70a288b56d2e4bf2ea2147d58a8 /ucb
parentabd354c84820c2654a0a1fff55a0bae75a21c2e7 (diff)
#92830#: required change: std::min()/std::max()
Diffstat (limited to 'ucb')
-rw-r--r--ucb/workben/ucb/srcharg.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/ucb/workben/ucb/srcharg.cxx b/ucb/workben/ucb/srcharg.cxx
index 30d35da8d491..cdc639bcaf5c 100644
--- a/ucb/workben/ucb/srcharg.cxx
+++ b/ucb/workben/ucb/srcharg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: srcharg.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2000-10-16 14:56:13 $
+ * last change: $Author: hr $ $Date: 2001-10-12 17:08:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,9 +84,6 @@
#include <srcharg.hxx>
#endif
-#undef max // declared as a macro in <tools/solar.h>...
-#undef min // declared as a macro in <tools/solar.h>...
-
namespace unnamed_chaos_ucbdemo_srcharg {}
using namespace unnamed_chaos_ucbdemo_srcharg;
// unnamed namespaces don't work well yet...