summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index 23378029bb91..d54b09a91a90 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -51,7 +51,7 @@
#include <o3tl/deleter.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/ptrstyle.hxx>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <sdmod.hxx>
namespace {
@@ -198,7 +198,7 @@ protected:
virtual bool ProcessDragEvent (SelectionFunction::EventDescriptor& rDescriptor) override;
private:
- ::boost::optional<Point> maButtonDownLocation;
+ ::o3tl::optional<Point> maButtonDownLocation;
/** Select all pages between and including the selection anchor and the
specified page.
@@ -1183,7 +1183,7 @@ void NormalModeHandler::RangeSelect (const model::SharedPageDescriptor& rpDescri
void NormalModeHandler::ResetButtonDownLocation()
{
- maButtonDownLocation = ::boost::optional<Point>();
+ maButtonDownLocation = ::o3tl::optional<Point>();
}
//===== MultiSelectionModeHandler =============================================