Kaydet (Commit) 67941bd0 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308456 Uncaught exception

Change-Id: I977ed1142b17a1407fdfecc54e789f25163cd668
üst aee1a1d4
...@@ -674,7 +674,7 @@ void FTPURL::insert(bool replaceExisting,void* stream) const ...@@ -674,7 +674,7 @@ void FTPURL::insert(bool replaceExisting,void* stream) const
void FTPURL::mkdir(bool ReplaceExisting) const void FTPURL::mkdir(bool ReplaceExisting) const
throw (curl_exception, malformed_exception) throw (curl_exception, malformed_exception, std::exception)
{ {
OString title; OString title;
if(!m_aPathSegmentVec.empty()) { if(!m_aPathSegmentVec.empty()) {
......
...@@ -131,7 +131,7 @@ namespace ftp { ...@@ -131,7 +131,7 @@ namespace ftp {
throw(curl_exception); throw(curl_exception);
void mkdir(bool ReplaceExisting) const void mkdir(bool ReplaceExisting) const
throw(curl_exception, malformed_exception); throw(curl_exception, malformed_exception, std::exception);
OUString ren(const OUString& NewTitle) OUString ren(const OUString& NewTitle)
throw(curl_exception); throw(curl_exception);
......
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