From 0a2b5bafcd81a7c1fa7ab286438b5e93288c1925 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 28 Feb 2013 19:42:43 +0100 Subject: sfx2: restore weird SfxStack::nLevel that was... ... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae. Not that i know what it's good for. Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f --- sfx2/source/bastyp/fltfnc.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sfx2/source') 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 #include +#if defined(DBG_UTIL) && defined(WNT) +unsigned SfxStack::nLevel = 0; +#endif + namespace { class theSfxFilterListener : public rtl::Static {}; -- cgit