diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 129cef565a54..6eb6ab17492b 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -358,7 +358,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> -#include <o3tl/optional.hxx> +#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index 73b3039550d8..906451e5cb04 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/container/XContainerListener.hpp> #include <svx/svdouno.hxx> -#include <o3tl/optional.hxx> +#include <optional> #include <map> @@ -158,7 +158,7 @@ private: DlgEditor& rDlgEditor; std::vector<DlgEdObj*> pChildren; - mutable ::o3tl::optional< css::awt::DeviceInfo > mpDeviceInfo; + mutable ::std::optional< css::awt::DeviceInfo > mpDeviceInfo; private: explicit DlgEdForm( |