summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r--connectivity/source/inc/file/FConnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index 09fca405ed27..9521c948f543 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -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; }