fix the webdav=serf build after 65e4a776e8

Change-Id: Ib00f60c8018e025f9d5955784b31f3110b4e40eb
This commit is contained in:
Markus Mohrhard
2017-07-12 08:32:39 +02:00
parent 05f47e6d9f
commit c59804173b

View File

@@ -131,7 +131,7 @@ ContentProvider::queryContent(
if ( aURL.getLength() < ( aScheme.getLength() + 3 ) )
throw ucb::IllegalIdentifierException();
if ( !aURL.match( aScheme.getLength(), "://") )
if ( !aURL.match("://", aScheme.getLength()) )
throw ucb::IllegalIdentifierException();
uno::Reference< ucb::XContentIdentifier > xCanonicId;