summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-10-17 09:54:11 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-10-31 12:03:29 +0100
commit1008e9468d32dad8dbfd7f24e6af626d766fe308 (patch)
treea4e084e92a622559969f832fe6a8b1b3b9def6ff /sfx2
parent75bc673b60d3eb40713868ce3d1b4f62dd6e1208 (diff)
Load CMIS properties after saving files
Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 37180abe9187..281239f88e3c 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -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!" );