diff options
-rw-r--r-- | slideshow/source/engine/smilfunctionparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx index c7f64cfb1a1a..c1b630eabb41 100644 --- a/slideshow/source/engine/smilfunctionparser.cxx +++ b/slideshow/source/engine/smilfunctionparser.cxx @@ -53,7 +53,7 @@ #endif #include <boost/spirit/include/classic_core.hpp> -#if OSL_DEBUG_LEVEL >= 2 +#if OSL_DEBUG_LEVEL > 0 #include <iostream> #endif #include <functional> |