From d57ab8fc9b140e60cbc5999a75a59c4575151dcd Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Mon, 18 Jan 2010 16:48:07 +0100 Subject: #i106830# - Fixed Solaris build breaker (compiler warning). --- ucb/source/ucp/webdav/NeonSession.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx index db8b69625f3c..78f351f88f77 100644 --- a/ucb/source/ucp/webdav/NeonSession.cxx +++ b/ucb/source/ucp/webdav/NeonSession.cxx @@ -1482,7 +1482,6 @@ void NeonSession::LOCK( const ::rtl::OUString & inPath, break; default: throw DAVException( DAVException::DAV_INVALID_ARG ); - break; } // Set the lock timeout -- cgit