From 52ef15cbdb428596b562dbbbc92ae2fcf3473890 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 May 2017 21:58:31 +0200 Subject: Revert "Fix typos" This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'". --- include/canvas/base/canvascustomspritehelper.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/canvas') diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index f0a3fde38fb4..f44f5213b1e7 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. If the clip changed from rectangular to + transformation. IFF 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, if mfAlpha has changed + /// True, iff mfAlpha has changed mutable bool mbAlphaDirty; - /// True, if maPosition has changed + /// True, iff maPosition has changed mutable bool mbPositionDirty; - /// True, if maTransform has changed + /// True, iff maTransform has changed mutable bool mbTransformDirty; - /// True, if mxClipPoly has changed + /// True, iff mxClipPoly has changed mutable bool mbClipDirty; - /// True, if mnPriority has changed + /// True, iff mnPriority has changed mutable bool mbPrioDirty; - /// True, if mbActive has changed + /// True, iff mbActive has changed mutable bool mbVisibilityDirty; }; } -- cgit