summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-09-16 09:28:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-09-16 09:28:07 +0200
commit823d44d390ae57e7e13a7edfa57060af9c3c561e (patch)
tree0939f8113c426c5bb0cd0cd35d8d535fe56428a0 /sw
parent660e72bda2bc7587c6e0f321c82f80310562e451 (diff)
Fix consecutive return, goto... statements are unnecessary
Change-Id: Ia0c399470b933824ae6fefbb486cf742f72312fd
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/vba/vbaselection.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaselection.cxx b/sw/source/ui/vba/vbaselection.cxx
index 491a8a6a191f..6913dd9c12e5 100644
--- a/sw/source/ui/vba/vbaselection.cxx
+++ b/sw/source/ui/vba/vbaselection.cxx
@@ -353,7 +353,6 @@ SwVbaSelection::Move( const uno::Any& _unit, const uno::Any& _count, const uno::
default:
{
throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() );
- break;
}
}
}