summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor3d
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/processor3d
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/processor3d')
-rw-r--r--include/drawinglayer/processor3d/cutfindprocessor3d.hxx6
-rw-r--r--include/drawinglayer/processor3d/geometry2dextractor.hxx1
2 files changed, 0 insertions, 7 deletions
diff --git a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
index 1d6b76abc9cd..23cd58a8e678 100644
--- a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
@@ -70,12 +70,6 @@ namespace drawinglayer
const basegfx::B3DPoint& rBack,
bool bAnyHit);
- /// data write access
- void setUseInvisiblePrimitiveContent(bool bNew)
- {
- if((bool)mbUseInvisiblePrimitiveContent != bNew) mbUseInvisiblePrimitiveContent = bNew;
- }
-
/// data read access
const ::std::vector< basegfx::B3DPoint >& getCutPoints() const { return maResult; }
bool getAnyHit() const { return mbAnyHit; }
diff --git a/include/drawinglayer/processor3d/geometry2dextractor.hxx b/include/drawinglayer/processor3d/geometry2dextractor.hxx
index 194f38c9422a..a09d5e7f469e 100644
--- a/include/drawinglayer/processor3d/geometry2dextractor.hxx
+++ b/include/drawinglayer/processor3d/geometry2dextractor.hxx
@@ -65,7 +65,6 @@ namespace drawinglayer
// data read access
const primitive2d::Primitive2DSequence& getPrimitive2DSequence() const { return maPrimitive2DSequence; }
const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; }
- const basegfx::BColorModifierStack& getBColorModifierStack() const { return maBColorModifierStack; }
};
} // end of namespace processor3d
} // end of namespace drawinglayer