summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:14 +0200
commit6017a8ee741ca8b192dda2fe2f853392bbf26614 (patch)
treed275c43b9300f0c1de4fbeb7f3d82cb8eb91b07e /tools
parent092a3907863b6b05fa94c7125714137760d5c33e (diff)
loplugin:defaultparams
Change-Id: Ia24ec98bfec36aa758fb1c5a6ec095c5047242a2
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/urlobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx
index d003b9d5bc8d..4263fc38b6e3 100644
--- a/tools/source/fsys/urlobj.cxx
+++ b/tools/source/fsys/urlobj.cxx
@@ -585,7 +585,7 @@ std::unique_ptr<SvMemoryStream> INetURLObject::getData()
}
OUString sURLPath = GetURLPath( DECODE_WITH_CHARSET, RTL_TEXTENCODING_ISO_8859_1 );
- sal_Unicode const * pSkippedMediatype = INetMIME::scanContentType( sURLPath.getStr(), sURLPath.getStr() + sURLPath.getLength(), NULL, NULL, NULL );
+ sal_Unicode const * pSkippedMediatype = INetMIME::scanContentType( sURLPath.getStr(), sURLPath.getStr() + sURLPath.getLength() );
sal_Int32 nCharactersSkipped = pSkippedMediatype == NULL
? 0 : pSkippedMediatype-sURLPath.getStr();
if (sURLPath.match(",", nCharactersSkipped))