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

New commits:
commit 25638e24191936be443cccb6d70121a77b795477
Author: Korrawit Pruegsanusak <detective.conan.1...@gmail.com>
Date:   Sat Nov 12 21:06:20 2016 +0700

    Change remaining sal_Int32 to ContinuationFlags ...
    
    from 7f97b5e72c61066ea1ddd0f782e50070ce5f6363
    
    Change-Id: I064e35f879ecba61d7ef71a0a177e760c3d263c4
    Reviewed-on: https://gerrit.libreoffice.org/30793
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx 
b/ucb/source/ucp/webdav/webdavcontent.cxx
index f01598a..6a07cd3 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2439,7 +2439,7 @@ void Content::insert(
                             | ContinuationFlags::Disapprove );
                 xIH->handle( xRequest.get() );
 
-                const sal_Int32 nResp = xRequest->getResponse();
+                const ContinuationFlags nResp = xRequest->getResponse();
 
                 switch ( nResp )
                 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to