diff options
Diffstat (limited to 'ucbhelper/source/client')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 2055e9cde1c4..aac47d4b2d8d 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -962,7 +962,8 @@ sal_Bool Content::transferContent( const Content& rSourceContent, const OUString & rMimeType, bool bMajorVersion, const OUString & rVersionComment, - OUString* pResultURL ) + OUString* pResultURL, + const OUString & rDocumentId ) throw( CommandAbortedException, RuntimeException, Exception ) { Reference< XUniversalContentBroker > pBroker( @@ -1015,7 +1016,8 @@ sal_Bool Content::transferContent( const Content& rSourceContent, getURL(), // TargetFolderURL, rTitle, nNameClashAction, - rMimeType ); + rMimeType, + rDocumentId ); aCommand.Argument <<= aTransferArg; } else |