summaryrefslogtreecommitdiff
path: root/vcl/source/control/quickselectionengine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/quickselectionengine.cxx')
-rw-r--r--vcl/source/control/quickselectionengine.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index aff324a4eb65..5b76b0352872 100644
--- a/vcl/source/control/quickselectionengine.cxx
+++ b/vcl/source/control/quickselectionengine.cxx
@@ -25,7 +25,7 @@
#include <vcl/settings.hxx>
#include <sal/log.hxx>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
namespace vcl
{
@@ -34,7 +34,7 @@ namespace vcl
{
ISearchableStringList& rEntryList;
OUString sCurrentSearchString;
- ::boost::optional< sal_Unicode > aSingleSearchChar;
+ ::o3tl::optional< sal_Unicode > aSingleSearchChar;
Timer aSearchTimeout;
explicit QuickSelectionEngine_Data( ISearchableStringList& _entryList )