summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 10:37:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 11:33:46 +0000
commitb303f274ab385887bd1e57c6a4e608c8d075b551 (patch)
treed4308cc70fca3cf07ade6f5053628e4a01e308b2 /include/drawinglayer/processor2d
parent269bf161e6904f33dda21e319982bfb119f24592 (diff)
loplugin:unusedmethods drawinglayer
Change-Id: If28de80a09fbc8e72df9e919cce66cf425134d4c Reviewed-on: https://gerrit.libreoffice.org/17062 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.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index 66bd119f59fc..b79187c0fcc5 100644
--- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
@@ -83,17 +83,10 @@ namespace drawinglayer
bool bTiledRendering);
virtual ~HitTestProcessor2D();
- /// data write access
- void setUseInvisiblePrimitiveContent(bool bNew)
- {
- if((bool)mbUseInvisiblePrimitiveContent != bNew) mbUseInvisiblePrimitiveContent = bNew;
- }
-
/// data read access
const basegfx::B2DPoint& getDiscreteHitPosition() const { return maDiscreteHitPosition; }
double getDiscreteHitTolerance() const { return mfDiscreteHitTolerance; }
bool getHit() const { return mbHit; }
- bool getHitToleranceUsed() const { return mbHitToleranceUsed; }
bool getUseInvisiblePrimitiveContent() const { return mbUseInvisiblePrimitiveContent;}
bool getHitTextOnly() const { return mbHitTextOnly; }
};