diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2012-02-27 09:14:08 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2012-02-27 09:14:08 +0000 |
commit | 77c7203dc692509ffc580ae33ebaaac2d694c25d (patch) | |
tree | 8c51639dcb78d760aea6ab7d08a263d99ba5787d | |
parent | 566ac552d00e0fd6e3171a1378f421f0b723fe10 (diff) |
uups - too much line end clean-up - correction needed ;-)
-rw-r--r-- | ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx index dbfe0c729972..ca7154a8c411 100644 --- a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx @@ -78,7 +78,7 @@ serf_bucket_t * SerfPropPatchReqProcImpl::createSerfRequestBucket( serf_request_ if ( rProperty.operation != lastOp ) { // </prop></*last operation code*><*operation code><prop> - aBodyText += rtl::OUString::createFromAscii( "</prop></" + aBodyText += rtl::OUString::createFromAscii( "</prop></" ); aBodyText += rtl::OUString::createFromAscii( OpCodes[lastOp] ); aBodyText += rtl::OUString::createFromAscii( "><" ); aBodyText += rtl::OUString::createFromAscii( OpCodes[rProperty.operation] ); |