Kaydet (Commit) 585cc4b7 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4702: unreachable code

Change-Id: Id08a2e295d340095651daa1161efd7603947254a
(cherry picked from commit 0083dd24)
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 75ecb390
...@@ -73,7 +73,6 @@ public: ...@@ -73,7 +73,6 @@ public:
} }
else else
throw container::NoSuchElementException(); throw container::NoSuchElementException();
return uno::Any();
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment