summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_provider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_provider.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_provider.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/cmis/cmis_provider.hxx b/ucb/source/ucp/cmis/cmis_provider.hxx
index 75d7de7e1d53..fb8fa91190c3 100644
--- a/ucb/source/ucp/cmis/cmis_provider.hxx
+++ b/ucb/source/ucp/cmis/cmis_provider.hxx
@@ -39,7 +39,7 @@ namespace cmis
class ContentProvider : public ::ucbhelper::ContentProviderImplHelper
{
private:
- std::map< rtl::OUString, libcmis::Session* > m_aSessionCache;
+ std::map< OUString, libcmis::Session* > m_aSessionCache;
public:
ContentProvider( const ::com::sun::star::uno::Reference<
@@ -63,8 +63,8 @@ public:
throw( ::com::sun::star::ucb::IllegalIdentifierException,
::com::sun::star::uno::RuntimeException );
- libcmis::Session* getSession( const rtl::OUString& sBindingUrl );
- void registerSession( const rtl::OUString& sBindingUrl, libcmis::Session* pSession );
+ libcmis::Session* getSession( const OUString& sBindingUrl );
+ void registerSession( const OUString& sBindingUrl, libcmis::Session* pSession );
};
}