summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-08-04 11:52:44 +0200
committerCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-08-04 11:52:44 +0200
commit5ba11744b10d2ff61f85396c1e6b2de71247bc31 (patch)
treea973511c2a069947c546a2a8a57f8287df5b6770
parent0ffd4c9bce1824054f71d20456fb01b86113e89b (diff)
CMIS: add BaseURI property to remove warning
Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 7fedb846035b..507c8f6a2bf0 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -730,7 +730,10 @@ namespace cmis
{
xRow->appendString( rProp, "" );
}
-
+ else if ( rProp.Name == "BaseURI" )
+ {
+ xRow->appendString( rProp, m_aURL.getBindingUrl( ) );
+ }
else if ( rProp.Name == "CmisProperties" )
{
try