diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
commit | a4babcc4a08648e99d988fca640ab555da10048c (patch) | |
tree | 342f714db737afd5c3006d9c4936828051ca38e7 /slideshow/source | |
parent | ec8fbbb7419ebbe6f6206442508e3e3943cee972 (diff) |
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/effectrewinder.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 4 | ||||
-rw-r--r-- | slideshow/source/inc/screenupdater.hxx | 4 | ||||
-rw-r--r-- | slideshow/source/inc/usereventqueue.hxx | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/slideshow/source/engine/effectrewinder.hxx b/slideshow/source/engine/effectrewinder.hxx index 98f20e6fffb4..23d3128d8e2d 100644 --- a/slideshow/source/engine/effectrewinder.hxx +++ b/slideshow/source/engine/effectrewinder.hxx @@ -158,7 +158,7 @@ private: @param nEffectCount The number of main sequence effects to replay. @param bRedisplayCurrentSlide - When <sal_True/> then the current slide is redisplayed before the + When <TRUE/> then the current slide is redisplayed before the effects are replayed. @param rSlideRewindFunctor This functor is used to redisplay the current slide. diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index 139bc40c7eb6..d736c3f52d64 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -173,14 +173,14 @@ private: */ canvas::tools::ElapsedTime maTimer; /** Time between the display of frames. Enforced only when mbIsActive - is <sal_True/>. + is <TRUE/>. */ const double mnFrameDuration; /** Time (of maTimer) when the next frame shall be displayed. Synchronize() will wait until this time. */ double mnNextFrameTargetTime; - /** Synchronize() will wait only when this flag is <sal_True/>. Otherwise + /** Synchronize() will wait only when this flag is <TRUE/>. Otherwise it returns immediately. */ bool mbIsActive; diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx index 7eb81a59123c..517bf4f46624 100644 --- a/slideshow/source/inc/screenupdater.hxx +++ b/slideshow/source/inc/screenupdater.hxx @@ -113,8 +113,8 @@ namespace slideshow /** Call this method to create a lock instead of calling lockUpdates() and unlockUpdates() directly. @param bStartLocked - When <sal_True/> then the UpdateLock is created already - locked. When <sal_False/> then Activate() has to be called in order + When <TRUE/> then the UpdateLock is created already + locked. When <FALSE/> then Activate() has to be called in order to lock the lock. */ ::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked); diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx index 390a4ef3f11f..851afa64b423 100644 --- a/slideshow/source/inc/usereventqueue.hxx +++ b/slideshow/source/inc/usereventqueue.hxx @@ -188,8 +188,8 @@ public: @param pEvent The event to execute when skipping the current effect. @param bSkipTriggersNextEffect - When <sal_True/> then after skipping the current effect the next - effect is triggered. When <sal_False/> then the next effect is not + When <TRUE/> then after skipping the current effect the next + effect is triggered. When <FALSE/> then the next effect is not triggered. */ void registerSkipEffectEvent( |