diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 13:07:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 13:07:17 +0000 |
commit | 8df76b3ffc6b14d509bd3626cc72547e10e26ff8 (patch) | |
tree | 336a1d47525dde2da243485029e064faa4954399 /connectivity/inc | |
parent | 2a41c3017f6206cf79bb4ad3e52bc3d1e23baa70 (diff) |
#65293#: includes
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/dbtools.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/inc/connectivity/dbtools.hxx b/connectivity/inc/connectivity/dbtools.hxx index ccdc10b7d068..778274222e5e 100644 --- a/connectivity/inc/connectivity/dbtools.hxx +++ b/connectivity/inc/connectivity/dbtools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbtools.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: fs $ $Date: 2001-08-28 14:36:00 $ + * last change: $Author: hr $ $Date: 2001-09-27 14:07:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,9 @@ #ifndef _CONNECTIVITY_DBTOOLS_HXX_ #define _CONNECTIVITY_DBTOOLS_HXX_ +#ifndef _DBHELPER_DBEXCEPTION_HXX_ +#include <connectivity/dbexception.hxx> +#endif //#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ //#include <com/sun/star/sdbc/XConnection.hpp> //#endif @@ -120,8 +123,6 @@ namespace task { //......................................................................... namespace dbtools { -//......................................................................... - class SQLExceptionInfo; //========================================================================= // date conversion |