diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:58:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:58:51 +0000 |
commit | b90581bdcb88dc9858da0bfc156fb202f44b8023 (patch) | |
tree | 08042fd4cef7eab6b1c6ddcbc1486c0210ff4558 /dbaccess/source/ui/dlg/odbcconfig.hxx | |
parent | a421ad47658b04f0d66f8f7d25f92fe4563d2f9f (diff) |
INTEGRATION: CWS os2port01 (1.6.106); FILE MERGED
2007/09/05 07:15:14 obr 1.6.106.2: RESYNC: (1.6-1.7); FILE MERGED
2006/12/28 14:54:08 ydario 1.6.106.1: OS/2 initial import.
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/odbcconfig.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx index 87e15ee82889..221a492516b5 100644 --- a/dbaccess/source/ui/dlg/odbcconfig.hxx +++ b/dbaccess/source/ui/dlg/odbcconfig.hxx @@ -4,9 +4,9 @@ * * $RCSfile: odbcconfig.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2007-07-24 12:09:02 $ + * last change: $Author: vg $ $Date: 2007-09-20 14:58:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,8 +77,9 @@ public: protected: #ifndef HAVE_ODBC_SUPPORT OOdbcLibWrapper() : m_pOdbcLib(NULL) { } -#endif +#else OOdbcLibWrapper(); +#endif ~OOdbcLibWrapper(); oslGenericFunction loadSymbol(const sal_Char* _pFunctionName); |