summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animationnodefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animationnodefactory.hxx')
-rw-r--r--slideshow/source/inc/animationnodefactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/animationnodefactory.hxx b/slideshow/source/inc/animationnodefactory.hxx
index 30a278e9f57a..da7e01a26d44 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -61,7 +61,7 @@ namespace slideshow
const SlideShowContext& rContext );
-#if defined(VERBOSE) && defined(DBG_UTIL)
+#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
static void showTree( AnimationNodeSharedPtr& pRootNode );
# define SHOW_NODE_TREE(a) AnimationNodeFactory::showTree(a)
#else