summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/cmis/cmis_content.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 10:13:17 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 13:28:14 +0200
commitfd32788092fcb29526ae73ae3bae6767dbb1e490 (patch)
tree0f0054d0f97983d79e9c2e511f97e532c1431eb3 /ucb/source/ucp/cmis/cmis_content.hxx
parentCMIS UCP: Fixed folder creation and nodes renaming (diff)
downloadcore-fd32788092fcb29526ae73ae3bae6767dbb1e490.tar.gz
core-fd32788092fcb29526ae73ae3bae6767dbb1e490.zip
CMIS UCP: changed URLs to have hierarchical path
Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_content.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx
index eafd5039503a..21ec1d19a954 100644
--- a/ucb/source/ucp/cmis/cmis_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_content.hxx
@@ -71,7 +71,7 @@ private:
ContentProvider* m_pProvider;
libcmis::Session* m_pSession;
libcmis::ObjectPtr m_pObject;
- rtl::OUString m_sObjectId;
+ rtl::OUString m_sObjectPath;
rtl::OUString m_sURL;
rtl::OUString m_sBindingUrl;