summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawinglayeranimation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/drawinglayeranimation.cxx')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
index 9eadac3237e7..d4941f8300cf 100644
--- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx
+++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
@@ -226,10 +226,10 @@ private:
std::vector< ScrollTextAnimNode > maVector;
// the scroll rectangle
- Rectangle maScrollRectangleLogic;
+ tools::Rectangle maScrollRectangleLogic;
// the paint rectangle
- Rectangle maPaintRectangleLogic;
+ tools::Rectangle maPaintRectangleLogic;
};