summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:58:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:58:19 +0000
commit2a41c3017f6206cf79bb4ad3e52bc3d1e23baa70 (patch)
treec57250657496a5ada53477cfd0149956724bc97e /connectivity/inc
parent30592b79c6acf574ddc5bf21a40190a863ed29af (diff)
#65293#: includes
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/CommonTools.hxx10
-rw-r--r--connectivity/inc/connectivity/dbconversion.hxx8
2 files changed, 10 insertions, 8 deletions
diff --git a/connectivity/inc/connectivity/CommonTools.hxx b/connectivity/inc/connectivity/CommonTools.hxx
index 4e8caa4585de..4c94762e4c50 100644
--- a/connectivity/inc/connectivity/CommonTools.hxx
+++ b/connectivity/inc/connectivity/CommonTools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CommonTools.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: oj $ $Date: 2001-05-21 09:17:56 $
+ * last change: $Author: hr $ $Date: 2001-09-27 13:58:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _RTL_USTRING_
#include <rtl/ustring>
#endif
+#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
+#include <com/sun/star/lang/DisposedException.hpp>
+#endif
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
#include <com/sun/star/uno/Any.hxx>
#endif
@@ -99,9 +102,6 @@ namespace com { namespace sun { namespace star { namespace util {
struct DateTime;
struct Time;
}
- namespace lang {
- class DisposedException;
- }
}}}
namespace connectivity
diff --git a/connectivity/inc/connectivity/dbconversion.hxx b/connectivity/inc/connectivity/dbconversion.hxx
index cc5bb254e4be..87ea4cea8a57 100644
--- a/connectivity/inc/connectivity/dbconversion.hxx
+++ b/connectivity/inc/connectivity/dbconversion.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbconversion.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-08-09 12:54:45 $
+ * last change: $Author: hr $ $Date: 2001-09-27 13:58:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,9 @@
#ifndef _DBHELPER_DBCONVERSION_HXX_
#define _DBHELPER_DBCONVERSION_HXX_
+#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#endif
//#ifndef _COM_SUN_STAR_SDB_XCOLUMNUPDATE_HPP_
//#include <com/sun/star/sdb/XColumnUpdate.hpp>
//#endif
@@ -95,7 +98,6 @@ namespace com
{
namespace lang
{
- class IllegalArgumentException;
struct Locale;
}
namespace sdb