summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
commita65ca79f2a3b044f8e920c191445f010e6da255d (patch)
treef93e9d18f27d4a5fe00ccddca185395cef81b24b /framework
parent6d4a9c5e7c6fcddcfdfc27371d0358495eb9e79d (diff)
parent7fcdb05e4b2166c0190869926dcb5963e920bbea (diff)
CWS-TOOLING: integrate CWS codecleanup02
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/macros/debug/memorymeasure.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/macros/debug/memorymeasure.hxx b/framework/inc/macros/debug/memorymeasure.hxx
index 06bd9305adeb..0c5be0d237c9 100644
--- a/framework/inc/macros/debug/memorymeasure.hxx
+++ b/framework/inc/macros/debug/memorymeasure.hxx
@@ -37,7 +37,7 @@
#ifdef ENABLE_MEMORYMEASURE
- #if !defined( WIN ) && !defined( WNT )
+ #if !defined( WNT )
#error "Macros to measure memory access not available under platforms different from windows!"
#endif