diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /connectivity | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx index 568efef4daa5..c6d967e17a03 100644 --- a/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx @@ -73,7 +73,7 @@ namespace connectivity OConnection* m_pConnection; rtl_TextEncoding m_nTextEncoding; sal_Int32 m_nRowPos; - sal_Int32 m_nDriverColumnCount; // column count of the driver wich can sometimes be less than the metadata count + sal_Int32 m_nDriverColumnCount; // column count of the driver which can sometimes be less than the metadata count SQLRETURN m_nCurrentFetchState; sal_Bool m_bWasNull; sal_Bool m_bEOF; // after last record |