[Libreoffice-commits] core.git: ucb/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jan 6 11:22:08 PST 2014
ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9ca4e6e1940a22cf82cc492da6a3ce0b3d8e0e80
Author: Julien Nabet <serval2412 at yahoo.fr>
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
{
More information about the Libreoffice-commits
mailing list