diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 14:45:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 14:45:29 +0000 |
commit | e76a5a6bd4dd21a27e738bc589f96e19544c01bf (patch) | |
tree | 2c7deea918b5c19b7de1c1aa1844b3818344ecf2 /svx | |
parent | 7ad4ef0b57a6b296765d61bdfe0db04b39821569 (diff) |
INTEGRATION: CWS warnings01 (1.19.218); FILE MERGED
2006/02/21 15:17:33 aw 1.19.218.2: #i55991# Adaptions to warning free code
2006/02/17 20:59:07 aw 1.19.218.1: #i55991# warning free changes
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/lathe3d.cxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx index 93111e108e02..2214ac51006b 100644 --- a/svx/source/engine3d/lathe3d.cxx +++ b/svx/source/engine3d/lathe3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lathe3d.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:39:31 $ + * last change: $Author: hr $ $Date: 2006-06-19 15:45:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,10 +56,6 @@ #include "svdio.hxx" #endif -#ifndef _E3D_POLYOB3D_HXX -#include "polyob3d.hxx" -#endif - #ifndef _E3D_LATHE3D_HXX #include "lathe3d.hxx" #endif @@ -336,7 +332,7 @@ void E3dLatheObj::CreateGeometry() Matrix4D aRotMat; // Skalierung vorbereiten - double fScalePerStep; + double fScalePerStep(0.0); if(GetBackScale() != 100) fScalePerStep = (((double)GetBackScale() - 100.0) / 100.0) / (double)GetHorizontalSegments(); @@ -1002,7 +998,7 @@ void E3dLatheObj::operator=(const SdrObject& rObj) |* \************************************************************************/ -SdrObject *E3dLatheObj::DoConvertToPolyObj(BOOL bBezier) const +SdrObject *E3dLatheObj::DoConvertToPolyObj(BOOL /*bBezier*/) const { return NULL; } |