Kaydet (Commit) 6f88d98d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast (--with-webdav=serf)

Change-Id: Ic8d62e4e8bad28a45fad28aa5a4e6e56e89e7bd3
Reviewed-on: https://gerrit.libreoffice.org/59963
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst bdfa446d
...@@ -615,7 +615,7 @@ void SerfSession::PROPFIND( const OUString & inPath, ...@@ -615,7 +615,7 @@ void SerfSession::PROPFIND( const OUString & inPath,
ioResources.empty() ) ioResources.empty() )
{ {
m_aEnv = DAVRequestEnvironment(); 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 ); HandleError( aReqProc );
} }
...@@ -643,7 +643,7 @@ void SerfSession::PROPFIND( const OUString & inPath, ...@@ -643,7 +643,7 @@ void SerfSession::PROPFIND( const OUString & inPath,
ioResInfo.empty() ) ioResInfo.empty() )
{ {
m_aEnv = DAVRequestEnvironment(); 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 ); HandleError( aReqProc );
} }
......
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