fix the webdav=serf build after 65e4a776e8
Change-Id: Ib00f60c8018e025f9d5955784b31f3110b4e40eb
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user