summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx
index b27701d9b779..4cca82bc1d00 100644
--- a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx
@@ -109,9 +109,8 @@ void DragAndDropContext::UpdatePosition (
}
}
-void DragAndDropContext::SetTargetSlideSorter (
- const Point& rMousePosition,
- const InsertionIndicatorHandler::Mode eMode)
+void DragAndDropContext::SetTargetSlideSorter(
+ const Point& rMousePosition)
{
if (mpTargetSlideSorter != nullptr)
{
@@ -128,7 +127,7 @@ void DragAndDropContext::SetTargetSlideSorter (
false/*bIsOverSourceView*/);
mpTargetSlideSorter->GetController().GetInsertionIndicatorHandler()->UpdatePosition(
rMousePosition,
- eMode);
+ InsertionIndicatorHandler::UnknownMode);
}
}