diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/providerhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/providerhelper.cxx b/ucbhelper/source/provider/providerhelper.cxx index a994c8601527..d161d93269d3 100644 --- a/ucbhelper/source/provider/providerhelper.cxx +++ b/ucbhelper/source/provider/providerhelper.cxx @@ -185,7 +185,7 @@ sal_Int32 SAL_CALL ContentProviderImplHelper::compareContentIds( rtl::OUString aURL1( Id1->getContentIdentifier() ); rtl::OUString aURL2( Id2->getContentIdentifier() ); - return aURL1.compareTo( aURL2 );; + return aURL1.compareTo( aURL2 ); } //========================================================================= |