diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-08-07 12:35:48 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-08-07 12:35:48 +0000 |
commit | 4f6ec2d420652a1f35ff94c950fdf2c6fdceb090 (patch) | |
tree | 6b1fee985958939417a0f567f8ad83f9acfc8bd7 /ucb/source/ucp | |
parent | 7522ed8d4282de62dbc1ca45a83187ef33fb8b85 (diff) |
#86767# Adapted to modified TaskManager::endTask().
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/file/bc.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx index 6aa4b2065a84..ca83fd11c2f5 100644 --- a/ucb/source/ucp/file/bc.cxx +++ b/ucb/source/ucp/file/bc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bc.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kso $ $Date: 2001-07-27 13:28:35 $ + * last change: $Author: sb $ $Date: 2001-08-07 13:35:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1267,12 +1267,8 @@ void SAL_CALL BaseContent::insert( sal_Int32 nMyCommandIdentifier, void SAL_CALL BaseContent::endTask( sal_Int32 CommandId ) { - rtl::OUString aRedirectedPath; - if ( !m_pMyShell->uncheckMountPoint( m_aUncPath, aRedirectedPath ) ) - aRedirectedPath = m_aUncPath; - // This is the only function allowed to throw an exception - m_pMyShell->endTask( CommandId,aRedirectedPath ); + m_pMyShell->endTask( m_pMyShell,CommandId,m_aUncPath ); } |