summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-07 15:41:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-07 15:41:03 +0000
commit3703e049b5022a5fe45ac5fc9fb8e59c9ec63541 (patch)
tree4950362cf9862628e9ab81ec74e4ad8a8466e434
parentaaa6e0cc23fec07da211d3417f438cfcc33cb581 (diff)
INTEGRATION: CWS cmcfixes26 (1.4.96); FILE MERGED
2006/08/11 11:58:56 cmc 1.4.96.1: #i68383# evolution-data-server >= 1.7.91 bumped libebook lib version
-rw-r--r--connectivity/source/drivers/evoab2/EApi.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx
index 29e6249be4..f9627c56f4 100644
--- a/connectivity/source/drivers/evoab2/EApi.cxx
+++ b/connectivity/source/drivers/evoab2/EApi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EApi.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:32:00 $
+ * last change: $Author: vg $ $Date: 2006-09-07 16:41:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,10 @@
#include "EApi.h"
#endif
static char *eBookLibNames[] = {
- "libebook.so.8", // evolution-2.0
+ "libebook-1.2.so.9", // evolution-2.8
+ "libebook-1.2.so.5", // evolution-2.4 and 2.6+
"libebook-1.2.so.3", // evolution-2.2
- "libebook-1.2.so.5" // evolution-2.4 and 2.6+
+ "libebook.so.8" // evolution-2.0
};
typedef void (*SymbolFunc) (void);