From abd5786847811ed1f10d8d7433b52ab795b4f263 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 17 Apr 2014 21:06:59 +0100 Subject: coverity#1202901 Uncaught exception and probably gadzillions of other uncaught exception warnings this exception can't actually be thrown because all possible InsertOperation conditions are already handled. Change-Id: I176c5e253e8b1092a060fc066c2e03dae3cea343 --- ucbhelper/source/client/content.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 4cb76286da08..c8ccd88d71c6 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -1016,16 +1016,6 @@ bool Content::transferContent( const Content& rSourceContent, sCommand = "checkin"; bCheckIn = true; break; - - default: - ucbhelper::cancelCommandExecution( - makeAny( IllegalArgumentException( - OUString( - "Unknown transfer operation!" ), - get(), - -1 ) ), - m_xImpl->getEnvironment() ); - // Unreachable } Command aCommand; aCommand.Name = sCommand; -- cgit v1.2.3