summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/drawshape.hxx')
-rw-r--r--slideshow/source/engine/shapes/drawshape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawshape.hxx b/slideshow/source/engine/shapes/drawshape.hxx
index a7bfa8812032..e4def440fe3d 100644
--- a/slideshow/source/engine/shapes/drawshape.hxx
+++ b/slideshow/source/engine/shapes/drawshape.hxx
@@ -30,7 +30,7 @@
#include "viewshape.hxx"
#include <hyperlinkarea.hxx>
-#include <o3tl/optional.hxx>
+#include <optional>
#include <vector>
class Graphic;
@@ -292,7 +292,7 @@ namespace slideshow
mutable int mnCurrMtfLoadFlags;
/// Contains the current shape bounds, in unit rect space
- mutable ::o3tl::optional<basegfx::B2DRectangle> maCurrentShapeUnitBounds;
+ mutable ::std::optional<basegfx::B2DRectangle> maCurrentShapeUnitBounds;
// The attributes of this Shape
const double mnPriority;