summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_repo_content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_repo_content.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_repo_content.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/cmis/cmis_repo_content.hxx b/ucb/source/ucp/cmis/cmis_repo_content.hxx
index 3475172aa112..241d9fb44853 100644
--- a/ucb/source/ucp/cmis/cmis_repo_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_repo_content.hxx
@@ -49,8 +49,8 @@ class RepoContent : public ::ucbhelper::ContentImplHelper,
public ChildrenProvider
{
private:
- ContentProvider* const m_pProvider;
- URL const m_aURL;
+ ContentProvider* m_pProvider;
+ URL m_aURL;
OUString m_sRepositoryId;
std::vector< libcmis::RepositoryPtr > m_aRepositories;