summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
index 07dee1521472..7fa3b095974e 100644
--- a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
@@ -65,8 +65,7 @@ public:
rtl::Reference< DAVSession >
createDAVSession( const OUString & inUri,
const ::uno::Sequence< css::beans::NamedValue >& rFlags,
- const ::uno::Reference< ::uno::XComponentContext >& rxContext )
- throw( DAVException );
+ const ::uno::Reference< ::uno::XComponentContext >& rxContext );
const ::uno::Reference< ::uno::XComponentContext >& getComponentContext() { return m_xContext; }
private: