summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index bc102314d2bc..acff8c20e95e 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -110,6 +110,10 @@ using namespace ::com::sun::star::beans;
#include <boost/ptr_container/ptr_vector.hpp>
#include <functional>
+#if defined(DBG_UTIL) && defined(WNT)
+unsigned SfxStack::nLevel = 0;
+#endif
+
namespace
{
class theSfxFilterListener : public rtl::Static<SfxFilterListener, theSfxFilterListener> {};