Don't need a break after a throw

This commit is contained in:
Julien Nabet 2012-01-30 22:28:39 +01:00
parent e2b11f4fd7
commit 17dcc215e0

View file

@ -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;
}
}
}