diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/help/dp_help.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/help/dp_help.cxx b/desktop/source/deployment/registry/help/dp_help.cxx index b7978bf7d598..47dfc2dd6c3b 100644 --- a/desktop/source/deployment/registry/help/dp_help.cxx +++ b/desktop/source/deployment/registry/help/dp_help.cxx @@ -590,7 +590,7 @@ void BackendImpl::implCollectXhpFiles( const OUString& aDir, if( nLastDot != -1 ) { OUString aExt = aURL.copy( nLastDot + 1 ); - if( aExt.equalsIgnoreAsciiCase( OUString("xhp" ) ) ) + if( aExt.equalsIgnoreAsciiCase( "xhp" ) ) o_rXhpFileVector.push_back( aURL ); } } |