use TempFile::GetURL instead of ::GetFileName

This commit is contained in:
jp
2001-01-15 17:47:21 +00:00
parent b9264a4ff4
commit d9c291e973
3 changed files with 13 additions and 13 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: srcview.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: jp $ $Date: 2000-11-20 09:26:31 $
* last change: $Author: jp $ $Date: 2001-01-15 18:46:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1081,7 +1081,7 @@ void SwSrcView::Load(SwDocShell* pDocShell)
{
utl::TempFile aTempFile;
aTempFile.EnableKillingFile();
String sFileURL( aTempFile.GetFileName() ),
String sFileURL( aTempFile.GetURL() ),
sBaseURL( INetURLObject::GetBaseURL() );
BOOL bIsRemote = pMedium->IsRemote();
SvtSaveOptions aOpt;