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

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 15 12:11:52 UTC 2019


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

New commits:
commit 4506a8993d2d4d2d7c615cecec16f05a4e3503f5
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri Apr 12 12:52:31 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Apr 15 14:10:50 2019 +0200

    ucb: xmlns typo
    
    Change-Id: I3c26cc881ac6d157464ccdff5d71683fd7b1de4a
    Reviewed-on: https://gerrit.libreoffice.org/70682
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

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( "\"/>" );
             }


More information about the Libreoffice-commits mailing list