diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 10:54:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 10:54:44 +0000 |
commit | d85f7057946326301d493c2adb0cc41fdcda943a (patch) | |
tree | b65956028acd077f8053d1c7da1bc63cbfd0156d /connectivity | |
parent | db4b94b0ac3d536d72dbe58d30338c2b33fc0976 (diff) |
INTEGRATION: CWS dba203b (1.10.52); FILE MERGED
2006/03/27 08:08:02 fs 1.10.52.1: #i61611# m_nRowCountResult superfluous
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MResultSet.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/MResultSet.hxx b/connectivity/source/drivers/mozab/MResultSet.hxx index 2ee5f2f79426..348977a5bd47 100644 --- a/connectivity/source/drivers/mozab/MResultSet.hxx +++ b/connectivity/source/drivers/mozab/MResultSet.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MResultSet.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2005-12-21 13:17:27 $ + * last change: $Author: vg $ $Date: 2006-03-31 11:54:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -286,8 +286,7 @@ protected: OValueRow m_aParameterRow; ::std::vector< ::rtl::OUString> m_aAttributeStrings; sal_Int32 m_nParamIndex; - sal_Int32 m_nRowCountResult; - sal_Bool m_nIsAlwaysFalseQuery; + sal_Bool m_bIsAlwaysFalseQuery; ::vos::ORef<OKeySet> m_pKeySet; OSortIndex* m_pSortIndex; sal_Int32 m_nNewRow; //inserted row |