diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-25 14:55:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-27 05:20:38 +0000 |
commit | db39c653e5de92bc371040a3f81cc5c4ea6dedf3 (patch) | |
tree | e8637f47a9465294f86367b9f3d6d53ed7fc77a5 /include/drawinglayer/processor2d | |
parent | 78ca0ce54a2cd79736247ea8cf69ad5fc797ee1a (diff) |
loplugin:singlevalfields in drawinglayer
Change-Id: I19f50b0afa624391bd0d8ada7afca822298e10cc
Reviewed-on: https://gerrit.libreoffice.org/26655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/drawinglayer/processor2d')
-rw-r--r-- | include/drawinglayer/processor2d/hittestprocessor2d.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx index 9f78f44b9f90..d7d3eba24347 100644 --- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx +++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx @@ -50,14 +50,6 @@ namespace drawinglayer bool mbHit : 1; bool mbHitToleranceUsed : 1; - /* this flag decides if primitives which are embedded to an - UnifiedTransparencePrimitive2D and are invisible will be taken into account for - HitTesting or not. Those primitives are created for objects which are else - completely invisible and normally their content exists of hairline - primitives describing the object's contour - */ - bool mbUseInvisiblePrimitiveContent : 1; - /// flag to concentrate on text hits only bool mbHitTextOnly : 1; @@ -83,7 +75,6 @@ namespace drawinglayer const basegfx::B2DPoint& getDiscreteHitPosition() const { return maDiscreteHitPosition; } double getDiscreteHitTolerance() const { return mfDiscreteHitTolerance; } bool getHit() const { return mbHit; } - bool getUseInvisiblePrimitiveContent() const { return mbUseInvisiblePrimitiveContent;} bool getHitTextOnly() const { return mbHitTextOnly; } }; } // end of namespace processor2d |