Kaydet (Commit) 823d44d3 authored tarafından Julien Nabet's avatar Julien Nabet

Fix consecutive return, goto... statements are unnecessary

Change-Id: Ia0c399470b933824ae6fefbb486cf742f72312fd
üst 660e72bd
...@@ -353,7 +353,6 @@ SwVbaSelection::Move( const uno::Any& _unit, const uno::Any& _count, const uno:: ...@@ -353,7 +353,6 @@ SwVbaSelection::Move( const uno::Any& _unit, const uno::Any& _count, const uno::
default: default:
{ {
throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() ); throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() );
break;
} }
} }
} }
......
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