summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2008-06-26 15:21:48 +0000
committerArmin Weiss <aw@openoffice.org>2008-06-26 15:21:48 +0000
commit64a9121a52115f1f48b3327e11a39fae11481484 (patch)
treea75106352dabca5b82889228a15cd8ca18c02dfb /drawinglayer/source/primitive3d
parenta864927fba499d18712a4b6078db22a7cdb8a4ff (diff)
corrections after resync
Diffstat (limited to 'drawinglayer/source/primitive3d')
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index 838de828cb8b..e7d170b967e5 100644
--- a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdrextrudeprimitive3d.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: aw $ $Date: 2008-06-24 15:31:08 $
+ * last change: $Author: aw $ $Date: 2008-06-26 16:21:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,8 +208,6 @@ namespace drawinglayer
if(nReducedCount)
{
- bool bAdd(true);
-
for(sal_uInt32 b(0); bAdd && b < nReducedCount; b++)
{
if(aCandidate == aReducedLoops.getB3DPolygon(b))