Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 00:39:14 Modified: dba/connectivity/source/drivers/hsqldb/HConnection.cxx
Log: RESYNC: (1.5-1.8); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HConnection.cxx?r1=1.5.66.6&r2=1.5.66.7 Delta lines: +10 -3 -------------------- --- HConnection.cxx 20 Sep 2006 08:47:04 -0000 1.5.66.6 +++ HConnection.cxx 11 Oct 2006 07:39:11 -0000 1.5.66.7 @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #ifndef CONNECTIVITY_HSQLDB_CONNECTION_HXX #include "hsqldb/HConnection.hxx" #endif @@ -79,6 +82,10 @@ #endif #ifndef COMPHELPER_COMPONENTCONTEXT_HXX #include <comphelper/componentcontext.hxx> +#endif + +#ifndef _CPPUHELPER_EXC_HLP_HXX_ +#include <cppuhelper/exc_hlp.hxx> #endif #ifndef TOOLS_DIAGNOSE_EX_H --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
