summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-16 18:18:38 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-16 20:23:22 +0200
commit6fbe6d281d5f61529084c6226cb4bf191849639a (patch)
treebf6dcacc26e0299279b4a79e25f12bec69c1eeb0 /sc/qa/unit
parentd9943588ace7d622167b9b57236b593ab220cdfa (diff)
WaE: "NOMINMAX" redefined
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/helper/debughelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx
index 1312e0472983..ee84f4ccd323 100644
--- a/sc/qa/unit/helper/debughelper.hxx
+++ b/sc/qa/unit/helper/debughelper.hxx
@@ -36,7 +36,9 @@
#include "document.hxx"
#ifdef WNT
+#if !defined NOMINMAX
#define NOMINMAX
+#endif
#include <prewin.h>
#include <postwin.h>
#undef NOMINMAX