summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.cxx')
-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 )
{