summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 15:18:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 15:18:22 +0000
commite348abf6b1a771442e371a12a401f03ef12b11b9 (patch)
tree37044a708ed7ab58d1ae6992e2fbc8ed0c17f51f
parentINTEGRATION: CWS mba30patches01 (1.7.162); FILE MERGED (diff)
downloadbinfilter-e348abf6b1a771442e371a12a401f03ef12b11b9.tar.gz
binfilter-e348abf6b1a771442e371a12a401f03ef12b11b9.zip
INTEGRATION: CWS mba30patches01 (1.9.128); FILE MERGED
2008/04/23 11:27:52 mba 1.9.128.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:08 cmc 1.9.128.1: #i86582# remove unused code, round 1
-rw-r--r--binfilter/bf_svx/source/engine3d/svx_poly3d.cxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/binfilter/bf_svx/source/engine3d/svx_poly3d.cxx b/binfilter/bf_svx/source/engine3d/svx_poly3d.cxx
index ec33c10ae..ff1cfe805 100644
--- a/binfilter/bf_svx/source/engine3d/svx_poly3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_poly3d.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svx_poly3d.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -1316,19 +1316,6 @@ namespace binfilter {
/*************************************************************************
|*
-|* Konstruktor mit XPolygon
-|*
-\************************************************************************/
-
-/*?*/ PolyPolygon3D::PolyPolygon3D(const XPolygon& rXPoly, double fScale)
-/*?*/ {
-/*?*/ DBG_CTOR(PolyPolygon3D, NULL);
-/*?*/ pImpPolyPolygon3D = new ImpPolyPolygon3D;
-/*?*/ pImpPolyPolygon3D->aPoly3DList.Insert(new Polygon3D(rXPoly, fScale));
-/*?*/ }
-
-/*************************************************************************
-|*
|* Konstruktor mit XPolyPolygon
|*
\************************************************************************/