From 2a65bf32ec270484dcea4d22d3c93552dc0c24dd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:42:27 +0200 Subject: Revert "Typo: iff->if" This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo --- slideshow/source/engine/animationnodes/basenode.cxx | 2 +- slideshow/test/tests.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx index 207db3bdd6ea..4940a8330ed7 100644 --- a/slideshow/source/engine/animationnodes/basenode.cxx +++ b/slideshow/source/engine/animationnodes/basenode.cxx @@ -633,7 +633,7 @@ void BaseNode::notifyEndListeners() const // notify state change maContext.mrEventMultiplexer.notifyAnimationEnd( mpSelf ); - // notify main sequence end (if we're the main + // notify main sequence end (iff we're the main // sequence root node). This is because the main // sequence determines the active duration of the // slide. All other sequences are secondary, in that diff --git a/slideshow/test/tests.hxx b/slideshow/test/tests.hxx index 1cbfd31c4339..1cf44c831dd5 100644 --- a/slideshow/test/tests.hxx +++ b/slideshow/test/tests.hxx @@ -29,11 +29,11 @@ namespace basegfx{ class B1DRange; class B2DRange; class B2DVector; } class TestView : public slideshow::internal::UnoView { public: - /// true if clear() has been called + /// true iff clear() has been called virtual bool isClearCalled() const = 0; virtual std::vector > getCreatedSprites() const = 0; virtual basegfx::B1DRange getPriority() const = 0; - /// true if setClip was called (on and off) + /// true iff setClip was called (on and off) virtual bool wasClipSet() const = 0; virtual basegfx::B2DRange getBounds() const = 0; -- cgit