summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starmath/source/edit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index eb3ac83c21d6..9ab5776e9810 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -917,12 +917,12 @@ void SmEditWindow::MouseMove(const MouseEvent &rEvt)
sal_Int8 SmEditWindow::AcceptDrop( const AcceptDropEvent& /*rEvt*/ )
{
- return pEditView ? /*pEditView->QueryDrop( rEvt )*/DND_ACTION_NONE: DND_ACTION_NONE;
+ return DND_ACTION_NONE;
}
sal_Int8 SmEditWindow::ExecuteDrop( const ExecuteDropEvent& /*rEvt*/ )
{
- return pEditView ? /*pEditView->Drop( rEvt )*/DND_ACTION_NONE : DND_ACTION_NONE;
+ return DND_ACTION_NONE;
}
ESelection SmEditWindow::GetSelection() const