summaryrefslogtreecommitdiffstats
path: root/vcl/inc/wall2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/wall2.hxx')
-rw-r--r--vcl/inc/wall2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/wall2.hxx b/vcl/inc/wall2.hxx
index 37cd4fa66812..ec96d905cc7c 100644
--- a/vcl/inc/wall2.hxx
+++ b/vcl/inc/wall2.hxx
@@ -20,14 +20,14 @@
#ifndef INCLUDED_VCL_INC_WALL2_HXX
#define INCLUDED_VCL_INC_WALL2_HXX
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
class ImplWallpaper
{
friend class Wallpaper;
private:
- boost::optional<tools::Rectangle> mpRect;
+ o3tl::optional<tools::Rectangle> mpRect;
std::unique_ptr<BitmapEx> mpBitmap;
std::unique_ptr<Gradient> mpGradient;
std::unique_ptr<BitmapEx> mpCache;