From e03225451752ddbe9427d318d1d38c2cc1fbb764 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 5 Sep 2013 08:00:32 +0200 Subject: clean up after my cow wrapper changes Change-Id: I42fcce936750888388e80db24b529b7543f9f4bf --- drawinglayer/source/attribute/fontattribute.cxx | 5 ----- drawinglayer/source/attribute/materialattribute3d.cxx | 5 ----- drawinglayer/source/attribute/sdrlightattribute3d.cxx | 5 ----- drawinglayer/source/attribute/sdrobjectattribute3d.cxx | 5 ----- drawinglayer/source/geometry/viewinformation2d.cxx | 5 ----- 5 files changed, 25 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/attribute/fontattribute.cxx b/drawinglayer/source/attribute/fontattribute.cxx index 9f824ed7ade7..3a380682e878 100644 --- a/drawinglayer/source/attribute/fontattribute.cxx +++ b/drawinglayer/source/attribute/fontattribute.cxx @@ -145,11 +145,6 @@ namespace drawinglayer { } - bool FontAttribute::isDefault() const - { - return mpFontAttribute.same_object(theGlobalDefault::get()); - } - FontAttribute& FontAttribute::operator=(const FontAttribute& rCandidate) { mpFontAttribute = rCandidate.mpFontAttribute; diff --git a/drawinglayer/source/attribute/materialattribute3d.cxx b/drawinglayer/source/attribute/materialattribute3d.cxx index e0a920a28309..724211ce57de 100644 --- a/drawinglayer/source/attribute/materialattribute3d.cxx +++ b/drawinglayer/source/attribute/materialattribute3d.cxx @@ -111,11 +111,6 @@ namespace drawinglayer { } - bool MaterialAttribute3D::isDefault() const - { - return mpMaterialAttribute3D.same_object(theGlobalDefault::get()); - } - MaterialAttribute3D& MaterialAttribute3D::operator=(const MaterialAttribute3D& rCandidate) { mpMaterialAttribute3D = rCandidate.mpMaterialAttribute3D; diff --git a/drawinglayer/source/attribute/sdrlightattribute3d.cxx b/drawinglayer/source/attribute/sdrlightattribute3d.cxx index 8b900fb63cfd..cc4f2f1d35b5 100644 --- a/drawinglayer/source/attribute/sdrlightattribute3d.cxx +++ b/drawinglayer/source/attribute/sdrlightattribute3d.cxx @@ -92,11 +92,6 @@ namespace drawinglayer { } - bool Sdr3DLightAttribute::isDefault() const - { - return mpSdr3DLightAttribute.same_object(theGlobalDefault::get()); - } - Sdr3DLightAttribute& Sdr3DLightAttribute::operator=(const Sdr3DLightAttribute& rCandidate) { mpSdr3DLightAttribute = rCandidate.mpSdr3DLightAttribute; diff --git a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx index 77926c507484..7ecac3e574c9 100644 --- a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx +++ b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx @@ -148,11 +148,6 @@ namespace drawinglayer { } - bool Sdr3DObjectAttribute::isDefault() const - { - return mpSdr3DObjectAttribute.same_object(theGlobalDefault::get()); - } - Sdr3DObjectAttribute& Sdr3DObjectAttribute::operator=(const Sdr3DObjectAttribute& rCandidate) { mpSdr3DObjectAttribute = rCandidate.mpSdr3DObjectAttribute; diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx index 8d7bc4c7811d..b362c01d4414 100644 --- a/drawinglayer/source/geometry/viewinformation2d.cxx +++ b/drawinglayer/source/geometry/viewinformation2d.cxx @@ -447,11 +447,6 @@ namespace drawinglayer { } - bool ViewInformation2D::isDefault() const - { - return mpViewInformation2D.same_object(theGlobalDefault::get()); - } - ViewInformation2D& ViewInformation2D::operator=(const ViewInformation2D& rCandidate) { mpViewInformation2D = rCandidate.mpViewInformation2D; -- cgit