diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:27:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:27:21 +0000 |
commit | 817d3d430505b0b289fb1d2e92ba8d1e05bb4f76 (patch) | |
tree | 6e52487d8fa0e71bc6f47b1c991367a9ab2792ee /ucb/source/ucp/file/bc.cxx | |
parent | 4ef4fd7f4e783b4059aa5404f170312cd70b81e7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'ucb/source/ucp/file/bc.cxx')
-rw-r--r-- | ucb/source/ucp/file/bc.cxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx index 560916964477..b67af138f6c8 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.27 $ + * $Revision: 1.28 $ * - * last change: $Author: abi $ $Date: 2002-10-31 16:24:33 $ + * last change: $Author: hr $ $Date: 2003-03-27 17:26:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1265,7 +1265,14 @@ void SAL_CALL BaseContent::insert( sal_Int32 nMyCommandIdentifier, if( success ) break; - XInteractionRequestImpl *aRequestImpl = new XInteractionRequestImpl; + XInteractionRequestImpl *aRequestImpl = + new XInteractionRequestImpl( + rtl::Uri::decode( + getTitle(m_aUncPath), + rtl_UriDecodeWithCharset, + RTL_TEXTENCODING_UTF8), + (cppu::OWeakObject*)this, + m_pMyShell,nMyCommandIdentifier); uno::Reference< task::XInteractionRequest > aReq( aRequestImpl ); m_pMyShell->handleTask( nMyCommandIdentifier,aReq ); |