summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/SerfSession.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx
index a8be54cdc052..51a29a7445bf 100644
--- a/ucb/source/ucp/webdav/SerfSession.cxx
+++ b/ucb/source/ucp/webdav/SerfSession.cxx
@@ -615,7 +615,7 @@ void SerfSession::PROPFIND( const OUString & inPath,
ioResources.empty() )
{
m_aEnv = DAVRequestEnvironment();
- throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, (sal_uInt16)APR_EGENERAL );
+ throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, APR_EGENERAL );
}
HandleError( aReqProc );
}
@@ -643,7 +643,7 @@ void SerfSession::PROPFIND( const OUString & inPath,
ioResInfo.empty() )
{
m_aEnv = DAVRequestEnvironment();
- throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, (sal_uInt16)APR_EGENERAL );
+ throw DAVException( DAVException::DAV_HTTP_ERROR, inPath, APR_EGENERAL );
}
HandleError( aReqProc );
}