diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-07-18 11:30:59 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:53 +0200 |
commit | 96d4c5358348472c347d62ab67afb52d880cd796 (patch) | |
tree | 16e43220be7280d9abe8f8a5894a4d1b83e8d787 /sfx2/source/doc | |
parent | cca32681386d1282754fbaca7a19ec14c3ad2264 (diff) |
CMIS properties dialog
Use Sequence directly instead of creating intermediate properties
Change-Id: I194342678d7f56f34cc24a56440827e795e6be95
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 52ed2e4566bd..a06d519edf29 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -519,7 +519,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) // user has done some changes to DocumentInfo pDocInfoItem->UpdateDocumentInfo(getDocProperties()); uno::Sequence< document::CmisProperty > aNewCmisProperties = - pDocInfoItem->GetCmisPropertiesSeq( ); + pDocInfoItem->GetCmisProperties( ); if ( aNewCmisProperties.getLength( ) > 0 ) xCmisDoc->updateCmisProperties( aNewCmisProperties ); SetUseUserData( ((const SfxDocumentInfoItem *)pDocInfoItem)->IsUseUserData() ); |