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 --- include/canvas/base/canvascustomspritehelper.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/canvas') diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index 1d9c24b23bee..fe29f5c5146b 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -262,22 +262,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 fice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_autotextuser.mk
AgeCommit message (Expand)Author
2022-02-10simplify autotextuser makefileChristian Lohmaier