Kaydet (Commit) 8513fe4d authored tarafından Cao Cuong Ngo's avatar Cao Cuong Ngo Kaydeden (comit) Cédric Bosdonnat

CMIS: add BaseURI property to remove warning

Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f
üst ff8b445d
......@@ -727,7 +727,10 @@ namespace cmis
{
xRow->appendString( rProp, "" );
}
else if ( rProp.Name == "BaseURI" )
{
xRow->appendString( rProp, m_aURL.getBindingUrl( ) );
}
else if ( rProp.Name == "CmisProperties" )
{
try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment