diff options
author | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
commit | 69a4a545a556bd189736b3e510d4b4b07ae8cb6e (patch) | |
tree | 33696e0153c26ca3c8cf32b988cc6422688cccee /slideshow/source/engine/wakeupevent.cxx | |
parent | aa02f1da390cb9b1225de978f8e2965c34e3a45f (diff) |
#i48179# Debug: added descriptive strings to events.
Diffstat (limited to 'slideshow/source/engine/wakeupevent.cxx')
-rw-r--r-- | slideshow/source/engine/wakeupevent.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx index 0b30510f9cb3..31ea8956c17b 100644 --- a/slideshow/source/engine/wakeupevent.cxx +++ b/slideshow/source/engine/wakeupevent.cxx @@ -45,6 +45,9 @@ 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) + Event(::rtl::OUString::createFromAscii("WakeupEvent")), +#endif maTimer(pTimeBase), mnNextTime(0.0), mpActivity(), |