diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filrset.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filrset.cxx b/ucb/source/ucp/file/filrset.cxx index a7a60606a01e..d847271ddf81 100644 --- a/ucb/source/ucp/file/filrset.cxx +++ b/ucb/source/ucp/file/filrset.cxx @@ -708,8 +708,7 @@ XResultSet_impl::getMetaData( { for ( sal_Int32 n = 0; n < m_sProperty.getLength(); ++n ) { - if ( m_sProperty.getConstArray()[ n ].Name.compareToAscii( "Title" ) - == 0 ) + if ( m_sProperty.getConstArray()[ n ].Name.equalsAscii( "Title" ) ) { // @@@ #82177# - Determine correct value! bool bCaseSensitiveChildren = false; |