summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-05 08:00:32 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-05 08:00:32 +0200
commite03225451752ddbe9427d318d1d38c2cc1fbb764 (patch)
tree92a2c1b39b35b8c765ed7fe450e78386a2437e34 /drawinglayer
parent69cd97277cb843d91bc1d1785b23e8c4c8bf6a33 (diff)
clean up after my cow wrapper changes
Change-Id: I42fcce936750888388e80db24b529b7543f9f4bf
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/attribute/fontattribute.cxx5
-rw-r--r--drawinglayer/source/attribute/materialattribute3d.cxx5
-rw-r--r--drawinglayer/source/attribute/sdrlightattribute3d.cxx5
-rw-r--r--drawinglayer/source/attribute/sdrobjectattribute3d.cxx5
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx5
5 files changed, 0 insertions, 25 deletions
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;