summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgedobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/dlgedobj.hxx')
-rw-r--r--basctl/source/inc/dlgedobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index 8442747bce78..73b3039550d8 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 <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <map>
@@ -158,7 +158,7 @@ private:
DlgEditor& rDlgEditor;
std::vector<DlgEdObj*> pChildren;
- mutable ::boost::optional< css::awt::DeviceInfo > mpDeviceInfo;
+ mutable ::o3tl::optional< css::awt::DeviceInfo > mpDeviceInfo;
private:
explicit DlgEdForm(