summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxhtml.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-18 21:15:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 09:30:43 +0100
commit1aae9d1634909cba0e3825fab289479a21e48fbc (patch)
tree2d61b00a1acc08d4718ad5a87b20f6b56709b25c /sfx2/source/bastyp/sfxhtml.cxx
parent671615786f1bd832bfd612dd3b4204e78de1e073 (diff)
remove extra arg and method
Diffstat (limited to 'sfx2/source/bastyp/sfxhtml.cxx')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index 78e29be661cf..c575b7f755f0 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -239,7 +239,7 @@ IMAPOBJ_SETEVENT:
}
-void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken,
+void SfxHTMLParser::StartFileDownload( const String& rURL,
SfxObjectShell *pSh )
{
DBG_ASSERT( !pDLMedium, "StartFileDownload when active Download" );
@@ -290,18 +290,6 @@ sal_Bool SfxHTMLParser::FinishFileDownload( String& rStr )
return bOK;
}
-IMPL_STATIC_LINK( SfxHTMLParser, FileDownloadDone, void*, EMPTYARG )
-{
- // The Download is now completed. also the Data-Available-Link
- // must or are allowed to be passed through.
- pThis->SetDownloadingFile( sal_False );
-
- // ... and call once, thus will continue reading.
- pThis->CallAsyncCallLink();
-
- return 0;
-}
-
void SfxHTMLParser::GetScriptType_Impl( SvKeyValueIterator *pHTTPHeader )
{
aScriptType = DEFINE_CONST_UNICODE(SVX_MACRO_LANGUAGE_JAVASCRIPT);