mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Fixed compilation errors with Eclipse 3.4M7.
This commit is contained in:
parent
cb8d8d3a37
commit
d8bfd60f62
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ public class DisassemblyDisplayModeHandler extends AbstractHandler implements IE
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
|
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
|
||||||
*/
|
*/
|
||||||
@Override
|
|
||||||
public Object execute( ExecutionEvent event ) throws ExecutionException {
|
public Object execute( ExecutionEvent event ) throws ExecutionException {
|
||||||
DisassemblyEditorPresentation presentation = getEditorPresentation( event );
|
DisassemblyEditorPresentation presentation = getEditorPresentation( event );
|
||||||
if ( presentation != null ) {
|
if ( presentation != null ) {
|
||||||
|
|
|
@ -30,7 +30,6 @@ public class OpenDisassemblyHandler extends AbstractHandler {
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
|
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
|
||||||
*/
|
*/
|
||||||
@Override
|
|
||||||
public Object execute( ExecutionEvent event ) throws ExecutionException {
|
public Object execute( ExecutionEvent event ) throws ExecutionException {
|
||||||
ISelection s = HandlerUtil.getActiveMenuSelection( event );
|
ISelection s = HandlerUtil.getActiveMenuSelection( event );
|
||||||
if ( s instanceof IStructuredSelection ) {
|
if ( s instanceof IStructuredSelection ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue