Kaydet (Commit) 8cb61cbb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1242448 Identical code for different branches

Change-Id: Ie864a4d04ea1ae701ab5dbb5b93807e98d5f0f1c
üst 8f9bc93b
...@@ -917,12 +917,12 @@ void SmEditWindow::MouseMove(const MouseEvent &rEvt) ...@@ -917,12 +917,12 @@ void SmEditWindow::MouseMove(const MouseEvent &rEvt)
sal_Int8 SmEditWindow::AcceptDrop( const AcceptDropEvent& /*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*/ ) 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 ESelection SmEditWindow::GetSelection() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment