summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-25 16:29:26 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-25 16:29:26 -0400
commitc07fe0d98b14bce18ba676b7dcec6c6245b55660 (patch)
tree4cc5fcd1f5edfb16a2b3f4e07b96e7babee9bddf /sfx2/source/bastyp
parent3824ec8ea57db309f00b79337c81b7401dc19c58 (diff)
Remove unused parameter.
Change-Id: Ib6539528655c5def0d0802602ec913799f0ab07a
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index fd6578db27d1..9c6425957b50 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -225,7 +225,7 @@ IMAPOBJ_SETEVENT:
return bNewArea;
}
-void SfxHTMLParser::StartFileDownload( const String& rURL, SfxObjectShell* /*pSh*/ )
+void SfxHTMLParser::StartFileDownload(const OUString& rURL)
{
DBG_ASSERT( !pDLMedium, "StartFileDownload when active Download" );
if( pDLMedium )