summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_config.hxx')
-rw-r--r--canvas/source/directx/dx_config.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_config.hxx b/canvas/source/directx/dx_config.hxx
index e93ef28d60ca..86c719fed1b2 100644
--- a/canvas/source/directx/dx_config.hxx
+++ b/canvas/source/directx/dx_config.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_CANVAS_SOURCE_DIRECTX_DX_CONFIG_HXX
#include <unotools/configitem.hxx>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <set>
namespace basegfx { class B2IVector; }
@@ -72,7 +72,7 @@ namespace dxcanvas
virtual void ImplCommit() override;
typedef std::set< DeviceInfo > ValueSet;
ValueSet maValues;
- boost::optional<sal_Int32> maMaxTextureSize;
+ o3tl::optional<sal_Int32> maMaxTextureSize;
bool mbBlacklistCurrentDevice;
bool mbValuesDirty;
};