summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgv.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 22:19:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 22:19:09 +0000
commitf1a283cd8aa6f1401e7e62cd1acd2f61ac377415 (patch)
tree3f5511a12a111feb5580cdfa782da1b8a5068bab /svx/source/svdraw/svddrgv.cxx
parent0af625644cb5c57c8ac322340495de7859ce0c59 (diff)
INTEGRATION: CWS aw033 (1.21.42); FILE MERGED
2008/07/10 13:00:56 aw 1.21.42.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:04:35 aw 1.21.42.4: RESYNC: (1.25-1.26); FILE MERGED 2008/03/14 13:50:42 cl 1.21.42.3: RESYNC: (1.22-1.25); FILE MERGED 2007/12/03 16:40:14 aw 1.21.42.2: RESYNC: (1.21-1.22); FILE MERGED 2007/11/19 11:26:07 aw 1.21.42.1: #i39532# Lot of changes to make polygon stuff bezier-able
Diffstat (limited to 'svx/source/svdraw/svddrgv.cxx')
-rw-r--r--svx/source/svdraw/svddrgv.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx
index 66a226b44685..3b663a8c945c 100644
--- a/svx/source/svdraw/svddrgv.cxx
+++ b/svx/source/svdraw/svddrgv.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svddrgv.cxx,v $
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
* This file is part of OpenOffice.org.
*
@@ -34,7 +34,6 @@
#include <svx/svddrgv.hxx>
#include "xattr.hxx"
#include <svx/xpoly.hxx>
-#include "svdxout.hxx"
#include <svx/svdetc.hxx>
#include <svx/svdtrans.hxx>
#include <svx/svdundo.hxx>
@@ -224,7 +223,7 @@ void SdrDragView::TakeActionRect(Rectangle& rRect) const
{
if (pPV->HasMarkedObjPageView())
{
- const basegfx::B2DRange aBoundRange(basegfx::tools::getRange(basegfx::tools::adaptiveSubdivideByAngle(pPV->getDragPoly())));
+ const basegfx::B2DRange aBoundRange(basegfx::tools::getRange(pPV->getDragPoly()));
const Rectangle aR(FRound(aBoundRange.getMinX()), FRound(aBoundRange.getMinY()), FRound(aBoundRange.getMaxX()), FRound(aBoundRange.getMaxY()));
if (b1st) {