summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/odbcconfig.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-15 12:09:39 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-15 12:09:39 +0000
commitf9331d25e1c0f1bbbd1c9787c0b5c617f1574a47 (patch)
tree4b1b6b9f7d16c1e51589a9c00d268c5e917444fc /dbaccess/source/ui/dlg/odbcconfig.cxx
parent60611a5960f8e4e2fc16deeeddcf0d7b75985c24 (diff)
#i1513# use libodbcinst.so as ui lib for odbc under unix
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.cxx')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.cxx b/dbaccess/source/ui/dlg/odbcconfig.cxx
index 5383d272f389..9731bb6fb5de 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.cxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: odbcconfig.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2001-03-23 13:29:31 $
+ * last change: $Author: oj $ $Date: 2002-10-15 13:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@
#endif
#ifdef UNX
#define ODBC_LIBRARY "libodbc.so"
-#define ODBC_UI_LIBRARY "libodbc.so"
+#define ODBC_UI_LIBRARY "libodbcinst.so"
#endif
// just to go with calling convention of windows
@@ -336,6 +336,9 @@ void OOdbcManagement::manageDataSources(void* _pParentSysWindowHandle)
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.6 2001/03/23 13:29:31 jl
+ * replaced: OSL_ENSHURE->OSL_ENSURE
+ *
* Revision 1.5 2001/01/10 12:09:37 oj
* #82620# calling convention of windows changed
*