summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animatedsprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animatedsprite.hxx')
-rw-r--r--slideshow/source/inc/animatedsprite.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/animatedsprite.hxx b/slideshow/source/inc/animatedsprite.hxx
index 3c215edc0d27..db38190a6d32 100644
--- a/slideshow/source/inc/animatedsprite.hxx
+++ b/slideshow/source/inc/animatedsprite.hxx
@@ -29,7 +29,7 @@
#include "viewlayer.hxx"
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <memory>
@@ -148,8 +148,8 @@ namespace slideshow
double const mnSpritePrio;
double mnAlpha;
- ::boost::optional< ::basegfx::B2DPoint > maPosPixel;
- ::boost::optional< ::basegfx::B2DPolyPolygon > maClip;
+ ::o3tl::optional< ::basegfx::B2DPoint > maPosPixel;
+ ::o3tl::optional< ::basegfx::B2DPolyPolygon > maClip;
bool mbSpriteVisible;
};