summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 11:42:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 11:42:54 +0000
commitf3b9feec39a78e245c247144914d8cb81f4eaed0 (patch)
treef7302257ad38d4d5782926bab5c30c421a46d343 /toolkit/source/helper
parent53bc3c6a3eb79ff6070453295015880b2cc38efe (diff)
#65293#: std::min/std::max
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r--toolkit/source/helper/unomemorystream.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/unomemorystream.cxx b/toolkit/source/helper/unomemorystream.cxx
index d1b0861f312a..35729bd190e2 100644
--- a/toolkit/source/helper/unomemorystream.cxx
+++ b/toolkit/source/helper/unomemorystream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomemorystream.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2000-11-03 17:30:14 $
+ * last change: $Author: hr $ $Date: 2001-09-28 12:42:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#include <toolkit/helper/unomemorystream.hxx>
+#ifdef min
+#undef min
+#endif
#include <algorithm>
// ----------------------------------------------------