summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/slide/layer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/layer.cxx')
-rw-r--r--slideshow/source/engine/slide/layer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/layer.cxx b/slideshow/source/engine/slide/layer.cxx
index f6e2eab66f1e..1e4550bb7642 100644
--- a/slideshow/source/engine/slide/layer.cxx
+++ b/slideshow/source/engine/slide/layer.cxx
@@ -158,7 +158,7 @@ namespace slideshow
// TODO(Q1): move this to B2DMultiRange
if( !rUpdateRange.isEmpty() )
maUpdateAreas.appendElement( rUpdateRange,
- basegfx::ORIENTATION_POSITIVE );
+ basegfx::B2VectorOrientation::Positive );
}
void Layer::updateBounds( ShapeSharedPtr const& rShape )