summaryrefslogtreecommitdiffstats
path: root/svx/source/engine3d/extrud3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/extrud3d.cxx')
-rw-r--r--svx/source/engine3d/extrud3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/extrud3d.cxx b/svx/source/engine3d/extrud3d.cxx
index b4cfbe2e6d0d..156a09dcd9f2 100644
--- a/svx/source/engine3d/extrud3d.cxx
+++ b/svx/source/engine3d/extrud3d.cxx
@@ -159,7 +159,7 @@ SdrAttrObj* E3dExtrudeObj::GetBreakObj()
aTemp = basegfx::tools::correctOrientations(aTemp);
const basegfx::B2VectorOrientation aOrient = basegfx::tools::getOrientation(aTemp.getB2DPolygon(0L));
- if(basegfx::ORIENTATION_POSITIVE == aOrient)
+ if(basegfx::B2VectorOrientation::Positive == aOrient)
{
aTemp.flip();
}