summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 13:40:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 13:40:09 +0000
commit19e8ab292a8653cd910bfde57dd8e4bbc8478b6f (patch)
treeeed7725548bcfaff1b561fb019bb1ad0107c68b7 /connectivity
parent0abc434595999573b7203552531e417bc426727a (diff)
INTEGRATION: CWS dba04 (1.13.6.1.4); FILE MERGED
2003/03/27 11:13:28 fs 1.13.6.1.4.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:29 fs 1.13.6.1.4.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/MResultSet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MResultSet.cxx b/connectivity/source/drivers/mozab/MResultSet.cxx
index 9f7378ce4fb1..477dcfc9424b 100644
--- a/connectivity/source/drivers/mozab/MResultSet.cxx
+++ b/connectivity/source/drivers/mozab/MResultSet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MResultSet.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:38:29 $
+ * last change: $Author: vg $ $Date: 2003-04-11 14:40:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1142,7 +1142,7 @@ void OResultSet::fillRowData()
rtl::OUString aStr( m_pTable->getName() );
m_aQuery.setAddressbook( aStr );
- sal_Int32 rv = m_aQuery.executeQuery(xConnection->isOutlookExpress(), xConnection);
+ sal_Int32 rv = m_aQuery.executeQuery(xConnection);
if ( rv == -1 ) {
::dbtools::throwGenericSQLException(
::rtl::OUString::createFromAscii("Error querying addressbook"),NULL);