diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-07 22:55:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-08 11:00:49 +0200 |
commit | 0083dd24eb50e9305808c5edaf61dbc97fb2367b (patch) | |
tree | 8fa8c041974b12f150a18c0b317203e287b43784 /vbahelper | |
parent | 4984e0edbe85766be2aa04c504dddb9f0c83f8a5 (diff) |
warning C4702: unreachable code
Change-Id: Id08a2e295d340095651daa1161efd7603947254a
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbacommandbars.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } }; |