diff options
Diffstat (limited to 'slideshow/source/engine/wakeupevent.cxx')
-rw-r--r-- | slideshow/source/engine/wakeupevent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx index 31ea8956c17b..d2e13d188e14 100644 --- a/slideshow/source/engine/wakeupevent.cxx +++ b/slideshow/source/engine/wakeupevent.cxx @@ -45,7 +45,7 @@ namespace slideshow WakeupEvent::WakeupEvent( boost::shared_ptr<canvas::tools::ElapsedTime> const & pTimeBase, ActivitiesQueue& rActivityQueue ) : -#if OSL_DEBUG_LEVEL > 1 && defined (SLIDESHOW_ADD_DESCRIPTIONS_TO_EVENTS) +#if OSL_DEBUG_LEVEL > 1 Event(::rtl::OUString::createFromAscii("WakeupEvent")), #endif maTimer(pTimeBase), |