summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdpoev.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdpoev.cxx')
-rw-r--r--svx/source/svdraw/svdpoev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index fcd5b0a5a7d6..2d9394db6b2c 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -484,7 +484,7 @@ bool SdrPolyEditView::IsOpenCloseMarkedObjectsPossible() const
{
// #i76617# Do not yet use basegfx::B2DPolygon since curve definitions
// are different and methods need to be changed thoroughly with interaction rework
- const PolyPolygon aPathPolyPolygon(pMarkedPathObject->GetPathPoly());
+ const tools::PolyPolygon aPathPolyPolygon(pMarkedPathObject->GetPathPoly());
const sal_uInt16 nPolygonCount(aPathPolyPolygon.Count());
for(sal_uInt16 b(0); !bRetval && b < nPolygonCount; b++)