Kaydet (Commit) 8aeb5e10 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4702: unreachable code

Change-Id: I6377c9228589d324d51d0c3cc12f04b7854db5ac
üst 5cb10c4c
......@@ -706,7 +706,6 @@ STDMETHODIMP CAccTable::selectRow(long row)
return S_OK;
}
return S_OK;
LEAVE_PROTECTED_BLOCK
}
......@@ -752,7 +751,6 @@ STDMETHODIMP CAccTable::selectColumn(long column)
return S_OK;
}
return S_OK;
// End of added.
LEAVE_PROTECTED_BLOCK
......@@ -801,7 +799,6 @@ STDMETHODIMP CAccTable::unselectRow(long row)
return S_OK;
}
return S_OK;
// End of added.
LEAVE_PROTECTED_BLOCK
......@@ -851,8 +848,6 @@ STDMETHODIMP CAccTable::unselectColumn(long column)
return S_OK;
}
return S_OK;
LEAVE_PROTECTED_BLOCK
}
......
......@@ -81,8 +81,6 @@ STDMETHODIMP CAccTextBase::get_addSelection(long startOffset, long endOffset)
return S_OK;
}
return E_FAIL;
LEAVE_PROTECTED_BLOCK
}
......@@ -811,8 +809,6 @@ STDMETHODIMP CAccTextBase::removeSelection(long selectionIndex)
return S_OK;
}
return E_FAIL;
LEAVE_PROTECTED_BLOCK
}
......
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