Don't need a break after a throw
This commit is contained in:
parent
e2b11f4fd7
commit
17dcc215e0
1 changed files with 0 additions and 2 deletions
|
@ -163,7 +163,6 @@ SwVbaSelection::HomeKey( const uno::Any& _unit, const uno::Any& _extend ) throw
|
|||
default:
|
||||
{
|
||||
throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -199,7 +198,6 @@ SwVbaSelection::EndKey( const uno::Any& _unit, const uno::Any& _extend ) throw (
|
|||
default:
|
||||
{
|
||||
throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue