diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:11:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:11:33 +0000 |
commit | 1776636c5dc0f2fb2928a5ebf59cd6bf70e7a768 (patch) | |
tree | 89d59493b1acf20f6c891ee30ead1ca564be7391 /ucb | |
parent | fd2af00bc97f5c89185455d6ddd582737c7de388 (diff) |
INTEGRATION: CWS neonupdate (1.24.12); FILE MERGED
2007/06/21 15:51:45 kso 1.24.12.1: #i73917# - respect that NeonUri ctor can throw DAVException.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVResourceAccess.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx index 08453c653612..03ed533f070f 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVResourceAccess.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2007-05-10 13:06:49 $ + * last change: $Author: rt $ $Date: 2007-07-03 12:11:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -987,6 +987,7 @@ void DAVResourceAccess::getUserRequestHeaders( //========================================================================= sal_Bool DAVResourceAccess::detectRedirectCycle( const rtl::OUString& rRedirectURL ) + throw ( DAVException ) { osl::Guard< osl::Mutex > aGuard( m_aMutex ); |