summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/sdrlightattribute3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/sdrlightattribute3d.cxx')
-rw-r--r--drawinglayer/source/attribute/sdrlightattribute3d.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/drawinglayer/source/attribute/sdrlightattribute3d.cxx b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
index 868bc9c4bf02..e249a88c2677 100644
--- a/drawinglayer/source/attribute/sdrlightattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
@@ -47,13 +47,6 @@ namespace drawinglayer
{
}
- ImpSdr3DLightAttribute()
- : maColor(),
- maDirection(),
- mbSpecular(false)
- {
- }
-
// data read access
const basegfx::BColor& getColor() const { return maColor; }
const basegfx::B3DVector& getDirection() const { return maDirection; }
@@ -82,11 +75,6 @@ namespace drawinglayer
{
}
- Sdr3DLightAttribute::Sdr3DLightAttribute()
- : mpSdr3DLightAttribute(theGlobalDefault::get())
- {
- }
-
Sdr3DLightAttribute::Sdr3DLightAttribute(const Sdr3DLightAttribute& rCandidate)
: mpSdr3DLightAttribute(rCandidate.mpSdr3DLightAttribute)
{
@@ -96,11 +84,6 @@ namespace drawinglayer
{
}
- bool Sdr3DLightAttribute::isDefault() const
- {
- return mpSdr3DLightAttribute.same_object(theGlobalDefault::get());
- }
-
Sdr3DLightAttribute& Sdr3DLightAttribute::operator=(const Sdr3DLightAttribute& rCandidate)
{
mpSdr3DLightAttribute = rCandidate.mpSdr3DLightAttribute;