diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-27 13:53:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-27 13:55:40 +0100 |
commit | 1e1de355713d1035e172f2a3cd299fd3a1154130 (patch) | |
tree | 4af6cf508cebb5c823057dad45f50a4cd8b647ad | |
parent | 65391bdefa1ec634f6de8a70d07b26b35c14fa65 (diff) |
sfx2: why is this debug stuff WNT-only?
Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index b62167ff826c..22d199b3a997 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -82,7 +82,7 @@ struct _Capper -#if defined(DBG_UTIL) && defined(WNT) +#if defined(DBG_UTIL) class SfxStack { |