User: vg Date: 2007-09-20 14:58:54+0000 Modified: dba/dbaccess/source/ui/dlg/odbcconfig.hxx
Log: 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. File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: odbcconfig.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/odbcconfig.hxx?r1=1.7&r2=1.8 Delta lines: +2 -1 ------------------- --- odbcconfig.hxx 2007-07-24 12:09:02+0000 1.7 +++ odbcconfig.hxx 2007-09-20 14:58:51+0000 1.8 @@ -77,8 +77,9 @@ protected: #ifndef HAVE_ODBC_SUPPORT OOdbcLibWrapper() : m_pOdbcLib(NULL) { } -#endif +#else OOdbcLibWrapper(); +#endif ~OOdbcLibWrapper(); oslGenericFunction loadSymbol(const sal_Char* _pFunctionName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
