From 0083dd24eb50e9305808c5edaf61dbc97fb2367b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 7 Apr 2013 22:55:33 +0200 Subject: [PATCH] warning C4702: unreachable code Change-Id: Id08a2e295d340095651daa1161efd7603947254a --- vbahelper/source/vbahelper/vbacommandbars.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/vbahelper/source/vbahelper/vbacommandbars.cxx b/vbahelper/source/vbahelper/vbacommandbars.cxx index 0ca27c2c57f7..a78757e56a11 100644 --- a/vbahelper/source/vbahelper/vbacommandbars.cxx +++ b/vbahelper/source/vbahelper/vbacommandbars.cxx @@ -73,7 +73,6 @@ public: } else throw container::NoSuchElementException(); - return uno::Any(); } };