sw/source/ui/vba/vbaselection.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 17dcc215e0501dfb0821c0ee42ab5ae5699caae2
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Mon Jan 30 22:28:39 2012 +0100

    Don't need a break after a throw

diff --git a/sw/source/ui/vba/vbaselection.cxx 
b/sw/source/ui/vba/vbaselection.cxx
index 4ddee39..14152f8 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;
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to