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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
index c29ec718e86f..b45ce9ffcde3 100644
--- a/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
@@ -61,14 +61,14 @@ public:
~DAVSessionFactory() SAL_THROW(());
rtl::Reference< DAVSession >
- createDAVSession( const ::rtl::OUString & inUri,
+ createDAVSession( const OUString & inUri,
const ::uno::Sequence< ::com::sun::star::beans::NamedValue >& rFlags,
const ::uno::Reference< ::uno::XComponentContext >& rxContext )
throw( DAVException );
::uno::Reference< ::uno::XComponentContext > getComponentContext() { return m_xContext; }
private:
- typedef std::map< rtl::OUString, DAVSession * > Map;
+ typedef std::map< OUString, DAVSession * > Map;
Map m_aMap;
osl::Mutex m_aMutex;