diff options
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 6cc71e319cda..2501e44903bd 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -34,7 +34,7 @@ #include <sfx2/tabdlg.hxx> -#include <o3tl/optional.hxx> +#include <optional> #include <memory> namespace com::sun::star::beans { struct PropertyValue; } @@ -238,7 +238,7 @@ class CustomPropertiesDateField private: std::unique_ptr<SvtCalendarBox> m_xDateField; public: - ::o3tl::optional<sal_Int16> m_TZ; + ::std::optional<sal_Int16> m_TZ; CustomPropertiesDateField(SvtCalendarBox* pDateField); void set_visible(bool bVisible); |