summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/basenode.hxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-04-05 22:40:21 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-10 13:37:11 +0200
commit912e36e911201742633e7c0a0a56f247735ee09c (patch)
tree5ccff01ba1b8012e1f928dfca89dcafa8f00c6f2 /slideshow/source/engine/animationnodes/basenode.hxx
parent1ae4c87367d1719a100b61eb694a7a186d2e8d6b (diff)
Remove VERBOSE part 3
Diffstat (limited to 'slideshow/source/engine/animationnodes/basenode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/basenode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.hxx b/slideshow/source/engine/animationnodes/basenode.hxx
index ad2d09a59e78..eb0aef7cdf94 100644
--- a/slideshow/source/engine/animationnodes/basenode.hxx
+++ b/slideshow/source/engine/animationnodes/basenode.hxx
@@ -109,7 +109,7 @@ public:
void setSelf( const ::boost::shared_ptr< BaseNode >& rSelf );
-#if defined(VERBOSE) && defined(DBG_UTIL)
+#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
virtual void showState() const;
virtual const char* getDescription() const;
void showTreeFromWithin() const;