summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 08be8bb5ea19..b02a3138b6c8 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -36,7 +36,7 @@
#include <sfx2/tabdlg.hxx>
-#include <boost/optional/optional.hpp>
+#include <o3tl/optional.hxx>
#include <memory>
namespace com::sun::star::beans { struct PropertyValue; }
@@ -249,7 +249,7 @@ class CustomPropertiesDateField
private:
std::unique_ptr<SvtCalendarBox> m_xDateField;
public:
- ::boost::optional<sal_Int16> m_TZ;
+ ::o3tl::optional<sal_Int16> m_TZ;
CustomPropertiesDateField(SvtCalendarBox* pDateField);
void set_visible(bool bVisible) { m_xDateField->set_visible(bVisible); }