[Libreoffice-commits] .: ucb/source

Katarina Machalkova bubli at kemper.freedesktop.org
Fri Apr 22 05:10:40 PDT 2011


 ucb/source/ucp/webdav/DAVResourceAccess.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 917c493b3fe8336e6ab96814575a759ebaaa3cec
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date:   Mon Apr 18 12:36:49 2011 -0300

    all bogus comments finally removed

diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx
index 0024eb7..9b02e5c 100644
--- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx
+++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx
@@ -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
     }


More information about the Libreoffice-commits mailing list