diff options
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/ListBox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 7c51f7c7a1b4..e98c7883f3c9 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -55,7 +55,7 @@ #include <unotools/sharedunocomponent.hxx> #include <vcl/svapp.hxx> -#include <boost/optional.hpp> +#include <o3tl/optional.hxx> #include <algorithm> #include <iterator> @@ -739,7 +739,7 @@ namespace frm return; } - ::boost::optional< sal_Int16 > aBoundColumn(boost::none); + ::o3tl::optional< sal_Int16 > aBoundColumn(o3tl::nullopt); if ( m_aBoundColumn.getValueType().getTypeClass() == TypeClass_SHORT ) { sal_Int16 nBoundColumn( 0 ); |