summaryrefslogtreecommitdiff
path: root/svx/source/sdr
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/source/sdr
parentca85f280e26b9090c06b8b2092e3dde570043e16 (diff)
Some callcatcher cleaning
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/contact/viewcontactofe3d.cxx14
1 files changed, 0 insertions, 14 deletions
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