summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-04-12 12:52:31 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-04-15 14:10:50 +0200
commit4506a8993d2d4d2d7c615cecec16f05a4e3503f5 (patch)
tree60e13c0f7ef096f864bb55346f7bac69ea554c95 /ucb
parent98272c886b9f7df1670f4ba38d951fc5937a8e89 (diff)
ucb: xmlns typo
Change-Id: I3c26cc881ac6d157464ccdff5d71683fd7b1de4a Reviewed-on: https://gerrit.libreoffice.org/70682 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
index 7982a7322fa9..39a471fee893 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
@@ -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( "\"/>" );
}