diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
commit | 2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch) | |
tree | 93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /slideshow | |
parent | 09b4cbe977c755a447f97034189b85998f358d79 (diff) |
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
iff can mean "if and only if" so not a typo
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/basenode.cxx | 2 | ||||
-rw-r--r-- | slideshow/test/tests.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
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<std::pair<basegfx::B2DVector,double> > 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; |