ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ca4e6e1940a22cf82cc492da6a3ce0b3d8e0e80
Author: Julien Nabet <[email protected]>
Date:   Mon Jan 6 20:21:37 2014 +0100

    Fix extra right parenthesis
    
    Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e

diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx 
b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
index 637337a..9cff1d7 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
@@ -120,7 +120,7 @@ serf_bucket_t * 
SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
                 aBodyText += "\"/>";
             }
 
-            aBodyText = "<prop>" + aBodyText + "</prop>" );
+            aBodyText = "<prop>" + aBodyText + "</prop>";
         }
         else
         {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to