summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2016-11-12 21:06:20 +0700
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-13 05:28:57 +0000
commit25638e24191936be443cccb6d70121a77b795477 (patch)
tree3ec08c45e2405e79058c698f3338628cdab2df23 /ucb
parent069fc2a6a306a65dd8ce0d35f0a2c3d97d87f56c (diff)
Change remaining sal_Int32 to ContinuationFlags ...
from 7f97b5e72c61066ea1ddd0f782e50070ce5f6363 Change-Id: I064e35f879ecba61d7ef71a0a177e760c3d263c4 Reviewed-on: https://gerrit.libreoffice.org/30793 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index f01598a7185c..6a07cd358b94 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 )
{