summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/sdrallattribute3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/sdrallattribute3d.cxx')
-rw-r--r--drawinglayer/source/attribute/sdrallattribute3d.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/drawinglayer/source/attribute/sdrallattribute3d.cxx b/drawinglayer/source/attribute/sdrallattribute3d.cxx
index 7c1695281149..f09bebeef860 100644
--- a/drawinglayer/source/attribute/sdrallattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrallattribute3d.cxx
@@ -57,15 +57,6 @@ namespace drawinglayer
{
}
- bool SdrLineFillShadowAttribute3D::isDefault() const
- {
- return(getLine().isDefault()
- && getFill().isDefault()
- && getLineStartEnd().isDefault()
- && getShadow().isDefault()
- && getFillFloatTransGradient().isDefault());
- }
-
bool SdrLineFillShadowAttribute3D::operator==(const SdrLineFillShadowAttribute3D& rCandidate) const
{
return(getLine() == rCandidate.getLine()