summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/provider/contentidentifier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx
index b8f8cbc9b255..29c45d075635 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -66,7 +66,7 @@ ContentIdentifier_Impl::ContentIdentifier_Impl(const OUString& rURL )
// The content provider scheme is the part before the first ':'
// within the content id.
- sal_Int32 nPos = rURL.indexOf( ':', 0 );
+ sal_Int32 nPos = rURL.indexOf( ':' );
if ( nPos != -1 )
{
OUString aScheme( rURL.copy( 0, nPos ) );