summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/attribute
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 09:56:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 09:56:50 +0200
commit5e57caa1fd53300ce12315deb8e189f6102176c6 (patch)
tree64b2e2403cab4ac58d9f6afce8db9b0671e9b586 /drawinglayer/source/attribute
parentClean up function declarations (diff)
downloadcore-5e57caa1fd53300ce12315deb8e189f6102176c6.tar.gz
core-5e57caa1fd53300ce12315deb8e189f6102176c6.zip
Clean up function declarations and some unused functions
Change-Id: I2b743ee6e184af5f9020309ea5e184aa17c19405
Diffstat (limited to 'drawinglayer/source/attribute')
-rw-r--r--drawinglayer/source/attribute/sdrlightattribute3d.cxx7
-rw-r--r--drawinglayer/source/attribute/sdrlineattribute.cxx11
-rw-r--r--drawinglayer/source/attribute/sdrobjectattribute3d.cxx15
3 files changed, 0 insertions, 33 deletions
diff --git a/drawinglayer/source/attribute/sdrlightattribute3d.cxx b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
index b3b686a6057f..e2786fcccfc8 100644
--- a/drawinglayer/source/attribute/sdrlightattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
@@ -48,13 +48,6 @@ namespace drawinglayer
{
}
- ImpSdr3DLightAttribute()
- : maColor(basegfx::BColor()),
- maDirection(basegfx::B3DVector()),
- mbSpecular(false)
- {
- }
-
// data read access
const basegfx::BColor& getColor() const { return maColor; }
const basegfx::B3DVector& getDirection() const { return maDirection; }
diff --git a/drawinglayer/source/attribute/sdrlineattribute.cxx b/drawinglayer/source/attribute/sdrlineattribute.cxx
index 15e2e8df189e..5afcac016887 100644
--- a/drawinglayer/source/attribute/sdrlineattribute.cxx
+++ b/drawinglayer/source/attribute/sdrlineattribute.cxx
@@ -57,17 +57,6 @@ namespace drawinglayer
{
}
- explicit ImpSdrLineAttribute(const basegfx::BColor& rColor)
- : meJoin(basegfx::B2DLINEJOIN_NONE),
- mfWidth(0.0),
- mfTransparence(0.0),
- maColor(rColor),
- meCap(com::sun::star::drawing::LineCap_BUTT),
- maDotDashArray(),
- mfFullDotDashLen(0.0)
- {
- }
-
ImpSdrLineAttribute()
: meJoin(basegfx::B2DLINEJOIN_ROUND),
mfWidth(0.0),
diff --git a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx
index 7366170f428d..b0d9abb8d285 100644
--- a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx
@@ -71,21 +71,6 @@ namespace drawinglayer
{
}
- ImpSdr3DObjectAttribute()
- : maNormalsKind(::com::sun::star::drawing::NormalsKind_SPECIFIC),
- maTextureProjectionX(::com::sun::star::drawing::TextureProjectionMode_OBJECTSPECIFIC),
- maTextureProjectionY(::com::sun::star::drawing::TextureProjectionMode_OBJECTSPECIFIC),
- maTextureKind(::com::sun::star::drawing::TextureKind2_LUMINANCE),
- maTextureMode(::com::sun::star::drawing::TextureMode_REPLACE),
- maMaterial(MaterialAttribute3D()),
- mbNormalsInvert(false),
- mbDoubleSided(false),
- mbShadow3D(false),
- mbTextureFilter(false),
- mbReducedLineGeometry(false)
- {
- }
-
// data read access
::com::sun::star::drawing::NormalsKind getNormalsKind() const { return maNormalsKind; }
::com::sun::star::drawing::TextureProjectionMode getTextureProjectionX() const { return maTextureProjectionX; }