diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-01-30 22:28:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-01-30 22:29:15 +0100 |
commit | 17dcc215e0501dfb0821c0ee42ab5ae5699caae2 (patch) | |
tree | 0c7c010cdee5ce8ebeb3c453ec69ccd96e8dac14 /sw/source/ui/vba/vbaselection.cxx | |
parent | e2b11f4fd79dce4116badb0ecf6477546ca5d0d4 (diff) |
Don't need a break after a throw
Diffstat (limited to 'sw/source/ui/vba/vbaselection.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaselection.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; } } } |