diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-18 10:52:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-18 18:26:50 +0300 |
commit | de4d4273f805c43e1c71da4be1b9a0799bab80c4 (patch) | |
tree | 779124eeef381e22261df1521962893c7f7fc0b4 /sc | |
parent | adcf15c865692ed9071a971d5c0adc2ca49e4e0c (diff) |
WaE: unreachable code
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbamenubars.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbamenubars.cxx b/sc/source/ui/vba/vbamenubars.cxx index 1c06e737bdd2..ec1859173101 100644 --- a/sc/source/ui/vba/vbamenubars.cxx +++ b/sc/source/ui/vba/vbamenubars.cxx @@ -59,7 +59,6 @@ public: } else throw container::NoSuchElementException(); - return uno::Any(); } }; @@ -114,8 +113,6 @@ ScVbaMenuBars::Item( const uno::Any& aIndex, const uno::Any& /*aIndex2*/ ) throw } throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Not implemented") ), uno::Reference< uno::XInterface >() ); - - return uno::Any(); } // XHelperInterface |