Kaydet (Commit) 4506a899 authored tarafından Michael Stahl's avatar Michael Stahl

ucb: xmlns typo

Change-Id: I3c26cc881ac6d157464ccdff5d71683fd7b1de4a
Reviewed-on: https://gerrit.libreoffice.org/70682
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 98272c88
......@@ -111,7 +111,7 @@ serf_bucket_t * SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
/* <*propname* xmlns="*propns*" /> */
aBuffer.append( "<" );
aBuffer.append( thePropName.name );
aBuffer.append( " xmlnx=\"" );
aBuffer.append( " xmlns=\"" );
aBuffer.append( thePropName.nspace );
aBuffer.append( "\"/>" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment