Kaydet (Commit) 3fac9172 authored tarafından Júlio Hoffimann's avatar Júlio Hoffimann Kaydeden (comit) Katarina Machalkova

all bogus comments finally removed

üst 76b3568e
......@@ -1198,7 +1198,7 @@ sal_Bool DAVResourceAccess::handleException( DAVException & e, int errorCount )
return sal_True;
}
return sal_False;
// --> tkr #67048# copy & paste images doesn't display.
// #67048# copy & paste images doesn't display.
// if we have a bad connection try again. Up to three times.
case DAVException::DAV_HTTP_ERROR:
// retry up to three times, if not a client-side error.
......@@ -1208,11 +1208,9 @@ sal_Bool DAVResourceAccess::handleException( DAVException & e, int errorCount )
return sal_True;
}
return sal_False;
// <--
// --> tkr: if connection has said retry then retry!
// if connection has said retry then retry!
case DAVException::DAV_HTTP_RETRY:
return sal_True;
// <--
default:
return sal_False; // Abort
}
......
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