diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:17:10 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:17:10 +0000 |
commit | 6c917de163f50645f0444316a0305c6f8b51c4c5 (patch) | |
tree | ad54c140ebcd3546af23f0234482f6e7403ab749 /sfx2/source/bastyp | |
parent | d3501510881f9d46638a31608839f0e54c8f9a31 (diff) |
INTEGRATION: CWS loadenv01 (1.8.430); FILE MERGED
2004/03/12 14:39:31 mba 1.8.430.1: #115936#: remove LoadTargetFrame and TransferPriority
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/sfxhtml.cxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx index 60816aef9e08..24e174069f3b 100644 --- a/sfx2/source/bastyp/sfxhtml.cxx +++ b/sfx2/source/bastyp/sfxhtml.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhtml.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mba $ $Date: 2002-06-20 07:11:22 $ + * last change: $Author: svesik $ $Date: 2004-04-21 12:17:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -513,8 +513,6 @@ void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken, return; pDLMedium = new SfxMedium( rURL, SFX_STREAM_READONLY, FALSE ); - pDLMedium->SetTransferPriority( SFX_TFPRIO_DOC ); - if( pSh ) { // Medium registrieren, damit abgebrochen werden kann @@ -522,9 +520,9 @@ void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken, // Target-Frame uebertragen, damit auch javascript:-URLs // "geladen" werden koennen. - const SfxMedium *pShMedium = pSh->GetMedium(); - if( pShMedium ) - pDLMedium->SetLoadTargetFrame( pShMedium->GetLoadTargetFrame() ); + //const SfxMedium *pShMedium = pSh->GetMedium(); + //if( pShMedium ) + // pDLMedium->SetLoadTargetFrame( pShMedium->GetLoadTargetFrame() ); } // Download anstossen (Achtung: Kann auch synchron sein). |