diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:38:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:38:59 +0000 |
commit | ba3d8ddffbf4770a09b19d78c09c3c68fdfe80c7 (patch) | |
tree | 4df952faf4e07cbafdadb04867eee67fe662f12a /basegfx | |
parent | 62db916f4478de7691876063b03b223b532cc6e3 (diff) |
INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED
2004/11/17 18:55:16 thb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED
2004/10/04 13:57:31 thb 1.6.12.1: #110496# Removed unused variables (due to gcc -Wall notification)
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygoncutter.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx index 75c459a7abff..0ef4f55beaf8 100644 --- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx +++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dpolypolygoncutter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 08:37:59 $ + * last change: $Author: rt $ $Date: 2004-11-26 18:38:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -941,8 +941,6 @@ namespace basegfx aTmpCuts.erase(aTmpCuts.begin()); B2DPolygonNode* pActA = pCutA->getLeft(); B2DPolygonNode* pActB = pCutA->getRight(); - bool bPrevSamePos(isPrevSamePos(pActA, pActB)); - bool bNextSamePos(isNextSamePos(pActA, pActB)); if(aTmpCuts.size()) { |