Kaydet (Commit) b2607c28 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: isCaseSensitveExtension->isCaseSensitiveExtension

Change-Id: Ifcd0a93fc8f3e95f7e0e8d518b5d6fbb5ab0a514
Reviewed-on: https://gerrit.libreoffice.org/39448Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 857d64ed
......@@ -83,7 +83,7 @@ void SAL_CALL OConnection::release() throw()
bool OConnection::matchesExtension( const OUString& _rExt ) const
{
if ( isCaseSensitveExtension() )
if ( isCaseSensitiveExtension() )
return ( getExtension() == _rExt );
OUString sMyExtension( getExtension().toAsciiLowerCase() );
......
......@@ -126,7 +126,7 @@ namespace connectivity
bool matchesExtension( const OUString& _rExt ) const;
const OUString& getExtension() const { return m_aFilenameExtension; }
bool isCaseSensitveExtension() const { return m_bCaseSensitiveExtension; }
bool isCaseSensitiveExtension() const { return m_bCaseSensitiveExtension; }
OFileDriver* getDriver() const { return m_pDriver; }
bool showDeleted() const { return m_bShowDeleted; }
bool isCheckEnabled() const { return m_bCheckSQL92; }
......
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