summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Maher <mmaher@openoffice.org>2001-07-20 14:34:17 +0000
committerMartin Maher <mmaher@openoffice.org>2001-07-20 14:34:17 +0000
commit30a81b78b250386931d977784dfada4f0b40f7d9 (patch)
tree172da4734700324471a7db1c65ce5dda50fd0f2a
parent8e37d4073c3285823de7f119256da3b3cdcf0e89 (diff)
Fix for bug #88135 - Endless loop when the ldap connection fails
-rw-r--r--connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx b/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx
index 01b509bf6d..ca066ad566 100644
--- a/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx
+++ b/connectivity/source/inc/mozaddressbook/MABQueryHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MABQueryHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dkenny $ $Date: 2001-05-28 22:02:59 $
+ * last change: $Author: mmaher $ $Date: 2001-07-20 15:34:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,8 @@ namespace connectivity
sal_Int32 getRealCount() const;
+ void notifyQueryError() ;
+
};
}
}