summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-18 16:27:05 +0200
committerEike Rathke <erack@redhat.com>2017-05-18 18:55:17 +0200
commit26a67002fcb9381b54de6cae1aaa37120d49066a (patch)
treee631d9a79a249f1eb3e5c80f5158eece7b4ad040 /include/canvas
parent700e262a4943a6d279cc4800bb9bd173aff0c3e1 (diff)
Fix typos
Only replaced "iff" with "if" Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581 Reviewed-on: https://gerrit.libreoffice.org/37782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/canvascustomspritehelper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx
index f44f5213b1e7..f0a3fde38fb4 100644
--- a/include/canvas/base/canvascustomspritehelper.hxx
+++ b/include/canvas/base/canvascustomspritehelper.hxx
@@ -208,7 +208,7 @@ namespace canvas
This method recomputes the maCurrClipBounds and
mbIsCurrClipRectangle members from the current clip and
- transformation. IFF the clip changed from rectangular to
+ transformation. If the clip changed from rectangular to
rectangular again, this method issues a sequence of
optimized SpriteSurface::updateSprite() calls.
@@ -258,22 +258,22 @@ namespace canvas
*/
mutable bool mbIsContentFullyOpaque;
- /// True, iff mfAlpha has changed
+ /// True, if mfAlpha has changed
mutable bool mbAlphaDirty;
- /// True, iff maPosition has changed
+ /// True, if maPosition has changed
mutable bool mbPositionDirty;
- /// True, iff maTransform has changed
+ /// True, if maTransform has changed
mutable bool mbTransformDirty;
- /// True, iff mxClipPoly has changed
+ /// True, if mxClipPoly has changed
mutable bool mbClipDirty;
- /// True, iff mnPriority has changed
+ /// True, if mnPriority has changed
mutable bool mbPrioDirty;
- /// True, iff mbActive has changed
+ /// True, if mbActive has changed
mutable bool mbVisibilityDirty;
};
}