diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-08-29 11:21:08 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-08-29 11:21:08 +0000 |
commit | b3b894be722f9aad6d8a05bc2455ba9af490f9e2 (patch) | |
tree | 14ef9ab83c4f8af4f45fff5493d569a20f4ba15d /connectivity/source/inc/ado | |
parent | 8cf6106c855901bd2ec6a959ad6e93f3686ec143 (diff) |
#84578# fixes for resultset
Diffstat (limited to 'connectivity/source/inc/ado')
-rw-r--r-- | connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx index 635f82ab153d..f100f117a8a1 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ADatabaseMetaDataResultSet.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: oj $ $Date: 2001-07-30 08:52:09 $ + * last change: $Author: oj $ $Date: 2001-08-29 12:14:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,7 +274,7 @@ namespace connectivity { sal_Int32 map = column; - if (m_aColMapping.size()) + if (!m_aColMapping.empty()) { // Validate column number map = m_aColMapping[column]; |