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 88a5c9ab5e11..f0ab3135caf1 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -50,7 +50,7 @@ namespace slideshow
const SlideShowContext& rContext );
-#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
+#if defined(DBG_UTIL)
void showTree( AnimationNodeSharedPtr& pRootNode );
# define SHOW_NODE_TREE(a) AnimationNodeFactory::showTree(a)
#else