Kaydet (Commit) c5980417 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix the webdav=serf build after 65e4a776

Change-Id: Ib00f60c8018e025f9d5955784b31f3110b4e40eb
üst 05f47e6d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment