diff options
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 8b5591dfcd58..d0479ecfa81d 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -936,7 +936,7 @@ bool Content::insertNewContent( const OUString& rContentType, } -bool Content::transferContent( const Content& rSourceContent, +void Content::transferContent( const Content& rSourceContent, InsertOperation eOperation, const OUString & rTitle, const sal_Int32 nNameClashAction, @@ -996,7 +996,6 @@ bool Content::transferContent( const Content& rSourceContent, Any aRet = pBroker->execute( aCommand, 0, m_xImpl->getEnvironment() ); if ( pResultURL != nullptr ) aRet >>= *pResultURL; - return true; } |