From 17dcc215e0501dfb0821c0ee42ab5ae5699caae2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 30 Jan 2012 22:28:39 +0100 Subject: Don't need a break after a throw --- sw/source/ui/vba/vbaselection.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/source/ui/vba/vbaselection.cxx') diff --git a/sw/source/ui/vba/vbaselection.cxx b/sw/source/ui/vba/vbaselection.cxx index 4ddee39c9260..14152f836978 100644 --- a/sw/source/ui/vba/vbaselection.cxx +++ b/sw/source/ui/vba/vbaselection.cxx @@ -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; } } } -- cgit