diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-03 09:32:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-04 08:30:24 +0200 |
commit | 397a0afd3b3dd597f23bfbc75543eaead8bab5d2 (patch) | |
tree | a9eb5993ffd80cc8b88b2f011be10d8167049bd6 /slideshow | |
parent | 94d92d00fa756ecb1865e56110ceca920fbaa8ac (diff) |
convert B2VectorOrientation to scoped enum
Change-Id: Id7e444bc896ae5d52e5a0bd1b471679c4945afa4
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slide/layer.cxx | 2 |
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 ) |