warning C4702: unreachable code

Change-Id: Id08a2e295d340095651daa1161efd7603947254a
This commit is contained in:
Michael Stahl 2013-04-07 22:55:33 +02:00
parent 4984e0edbe
commit 0083dd24eb

View File

@ -73,7 +73,6 @@ public:
}
else
throw container::NoSuchElementException();
return uno::Any();
}
};