diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 13:40:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 13:40:55 +0000 |
commit | 3fc75ee717c887df4d233003572868be935ed671 (patch) | |
tree | f302be5d20e6e5fe35ba03c1c0dc101a40aafc41 /connectivity | |
parent | 849b8babe6c2ddda8f0d3761944915f0a98f80f0 (diff) |
INTEGRATION: CWS dba04 (1.7.62); FILE MERGED
2003/03/27 11:13:31 fs 1.7.62.2: #96132# use a query proxy for Outlook
2003/03/26 10:37:31 fs 1.7.62.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/mozillasrc/MQuery.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx index 5326845f43b4..87882787a073 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MQuery.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dkenny $ $Date: 2001-12-12 15:32:45 $ + * last change: $Author: vg $ $Date: 2003-04-11 14:40:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,7 +267,7 @@ namespace connectivity void setQuerySubDirs( sal_Bool&); sal_Bool getQuerySubDirs(void) const; - sal_Int32 executeQuery(sal_Bool _bIsOutlookExpress, OConnection* _pCon); + sal_Int32 executeQuery(OConnection* _pCon); sal_Int32 getRowCount( void ); |