summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/viewcontactofe3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofe3d.cxx')
-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