[Libreoffice-commits] core.git: ucb/source

Matúš Kukan matus.kukan at collabora.com
Tue Mar 11 11:22:40 PDT 2014


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

New commits:
commit a4f35131b1b2cd64feaa12f436888bb3ce836d68
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Mar 11 19:19:32 2014 +0100

    remove obsolete TODO comment; ASCII string is used here
    
    since 36f143d59492be24d0b275d728f2c151e9123075
    
    Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198

diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
index ef9e16d..bcbc54b 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
@@ -93,8 +93,6 @@ serf_bucket_t * SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
     serf_bucket_t* body_bkt = 0;
     OString aBodyText;
     {
-        // TODO is it really needed a Unicode string buffer?
-        // All properties and property names aren't supposed to be ASCII?
         OStringBuffer aBuffer;
         aBuffer.append( PROPFIND_HEADER );
 


More information about the Libreoffice-commits mailing list