summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-10-16 01:06:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-10-16 01:06:33 +0200
commit9895d3169fb1a20b8e7fb0215acff71beabecdaa (patch)
treea7fa3ddc2e0909ed88c76a28ba2fc84b9d3f4c0a /svx
parentca85f280e26b9090c06b8b2092e3dde570043e16 (diff)
Some callcatcher cleaning
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/sdr/contact/viewcontactofe3d.hxx3
-rw-r--r--svx/source/sdr/contact/viewcontactofe3d.cxx14
2 files changed, 0 insertions, 17 deletions
diff --git a/svx/inc/svx/sdr/contact/viewcontactofe3d.hxx b/svx/inc/svx/sdr/contact/viewcontactofe3d.hxx
index 950ef0639c89..5dc37c5bf8e0 100644
--- a/svx/inc/svx/sdr/contact/viewcontactofe3d.hxx
+++ b/svx/inc/svx/sdr/contact/viewcontactofe3d.hxx
@@ -97,9 +97,6 @@ namespace sdr
// when scene is known) which can then be used for 2D processing concerning ranges
virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const;
- // helper to enable test-visualisation of invisible 3D obects
- drawinglayer::attribute::SdrLineAttribute* impCreateFallbackLineAttribute(const basegfx::BColor& rBColor) const;
-
public:
// access to the local primitive without the object's local 3D transform. This is e.g. needed
// to get the not-yet transformed BoundVolume for e.g. interactions
diff --git a/svx/source/sdr/contact/viewcontactofe3d.cxx b/svx/source/sdr/contact/viewcontactofe3d.cxx
index 90828217f0a1..b271d35a783e 100644
--- a/svx/source/sdr/contact/viewcontactofe3d.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3d.cxx
@@ -207,20 +207,6 @@ namespace sdr
return *pRetval;
}
-
- drawinglayer::attribute::SdrLineAttribute* ViewContactOfE3d::impCreateFallbackLineAttribute(const basegfx::BColor& rBColor) const
- {
- static bool bFallbackToCreateAsLineForTest(false);
-
- if(bFallbackToCreateAsLineForTest)
- {
- return new drawinglayer::attribute::SdrLineAttribute(rBColor);
- }
- else
- {
- return 0;
- }
- }
} // end of namespace contact
} // end of namespace sdr