diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-09 07:44:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-13 12:27:08 +0100 |
commit | e3290499009492e39e5ddd870d314bb5df494199 (patch) | |
tree | 6ffaa7c199e74791ed1a2aa8a74a0a528509a02f /include/canvas | |
parent | 8709c643136eed67bc8f04ab9465b4a76085747c (diff) |
loplugin singlevalfields improvement
checking for casting to void* turns out to mask useful stuff, so
remove that and just deal with a few extra false+
Change-Id: Id9700d7ceda90ba8fdb38aa870f13a7ca3acb668
Reviewed-on: https://gerrit.libreoffice.org/63145
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/canvascustomspritehelper.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index 3f55ef672d7c..5e62d4ed88a7 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -203,23 +203,8 @@ namespace canvas */ mutable bool mbIsContentFullyOpaque; - /// True, iff mfAlpha has changed - mutable bool mbAlphaDirty; - - /// True, iff maPosition has changed - mutable bool mbPositionDirty; - /// True, iff maTransform has changed mutable bool mbTransformDirty; - - /// True, iff mxClipPoly has changed - mutable bool mbClipDirty; - - /// True, iff mnPriority has changed - mutable bool mbPrioDirty; - - /// True, iff mbActive has changed - mutable bool mbVisibilityDirty; }; } |