[Libreoffice-commits] core.git: ucb/source
Korrawit Pruegsanusak
detective.conan.1412 at gmail.com
Sun Nov 13 05:29:23 UTC 2016
ucb/source/ucp/webdav/webdavcontent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 25638e24191936be443cccb6d70121a77b795477
Author: Korrawit Pruegsanusak <detective.conan.1412 at 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.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at 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 )
{
More information about the Libreoffice-commits
mailing list