summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-27 13:53:43 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-27 13:55:40 +0100
commit1e1de355713d1035e172f2a3cd299fd3a1154130 (patch)
tree4af6cf508cebb5c823057dad45f50a4cd8b647ad /sfx2/source/bastyp/fltfnc.cxx
parent65391bdefa1ec634f6de8a70d07b26b35c14fa65 (diff)
sfx2: why is this debug stuff WNT-only?
Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index f86c1da62e18..7f810df8c85d 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -103,7 +103,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <functional>
-#if defined(DBG_UTIL) && defined(WNT)
+#if defined(DBG_UTIL)
unsigned SfxStack::nLevel = 0;
#endif