Kaydet (Commit) 1008e946 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Load CMIS properties after saving files

Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
üst 75bc673b
......@@ -1723,6 +1723,8 @@ void SAL_CALL SfxBaseModel::storeAsURL( const ::rtl::OUString&
TransformItems( SID_OPENDOC, *m_pData->m_pObjectShell->GetMedium()->GetItemSet(), aSequence );
attachResource( rURL, aSequence );
loadCmisProperties( );
#if OSL_DEBUG_LEVEL > 0
SFX_ITEMSET_ARG( m_pData->m_pObjectShell->GetMedium()->GetItemSet(), pPasswdItem, SfxStringItem, SID_PASSWORD, sal_False);
OSL_ENSURE( !pPasswdItem, "There should be no Password property in the document MediaDescriptor!" );
......
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