diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-28 19:42:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-28 19:43:36 +0100 |
commit | 0a2b5bafcd81a7c1fa7ab286438b5e93288c1925 (patch) | |
tree | 11a2d02df977f060b9873b7de3686420a5b4ab82 /sfx2 | |
parent | 2ad72a560af533ebf4d93e751b6bbe23812d0686 (diff) |
sfx2: restore weird SfxStack::nLevel that was...
... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae.
Not that i know what it's good for.
Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 4 |
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> {}; |