summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc/datasourceconnector.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-11 07:29:30 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-11 07:29:30 +0000
commit0ea4e6d2e829827aaf8f906981e6e3def43cc6e5 (patch)
tree599c57ee2c9853664afef696d9a8c694bc64507e /dbaccess/source/ui/misc/datasourceconnector.cxx
parent#86724# clear updaterow after update (diff)
downloadcore-0ea4e6d2e829827aaf8f906981e6e3def43cc6e5.tar.gz
core-0ea4e6d2e829827aaf8f906981e6e3def43cc6e5.zip
solaris needs complete types to catch them
Diffstat (limited to 'dbaccess/source/ui/misc/datasourceconnector.cxx')
-rw-r--r--dbaccess/source/ui/misc/datasourceconnector.cxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/datasourceconnector.cxx b/dbaccess/source/ui/misc/datasourceconnector.cxx
index 567c7f764dd9..7b770cf42834 100644
--- a/dbaccess/source/ui/misc/datasourceconnector.cxx
+++ b/dbaccess/source/ui/misc/datasourceconnector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datasourceconnector.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-05-10 12:17:59 $
+ * last change: $Author: fs $ $Date: 2001-05-11 08:29:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,12 @@
#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
#include <com/sun/star/task/XInteractionHandler.hpp>
#endif
+#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
+#include <com/sun/star/sdb/SQLContext.hpp>
+#endif
+#ifndef _COM_SUN_STAR_SDBC_SQLWARNING_HPP_
+#include <com/sun/star/sdbc/SQLWarning.hpp>
+#endif
#ifndef _OSL_THREAD_H_
#include <osl/thread.h>
#endif
@@ -225,6 +231,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/05/10 12:17:59 fs
+ * initial checkin - helper class for creating a connection for a data source
+ *
*
* Revision 1.0 10.05.01 09:44:48 fs
************************************************************************/