summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/commontypes.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:34:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:34:51 +0000
commit77272f52b796ad8a42fbfab5e105a34068e845b7 (patch)
treec9f00b11b35d4713823f46105e2e85c4719f267e /dbaccess/source/ui/inc/commontypes.hxx
parent7ad4d6f6469934b87923f28e4c13706afea0ca74 (diff)
INTEGRATION: CWS dba201b (1.3.376); FILE MERGED
2005/09/21 09:22:50 oj 1.3.376.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/20 09:57:16 fs 1.3.376.1: #i51255# +SharedConnection
Diffstat (limited to 'dbaccess/source/ui/inc/commontypes.hxx')
-rw-r--r--dbaccess/source/ui/inc/commontypes.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/commontypes.hxx b/dbaccess/source/ui/inc/commontypes.hxx
index 17a29b0b16ea..3b76de8990cf 100644
--- a/dbaccess/source/ui/inc/commontypes.hxx
+++ b/dbaccess/source/ui/inc/commontypes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commontypes.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:45:30 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:34:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,15 @@
#ifndef _COMPHELPER_STLTYPES_HXX_
#include <comphelper/stl_types.hxx>
#endif
+#ifndef UNOTOOLS_INC_SHAREDUNOCOMPONENT_HXX
+#include <unotools/sharedunocomponent.hxx>
+#endif
+
+namespace com { namespace sun { namespace star {
+ namespace sdbc {
+ class XConnection;
+ }
+} } }
//.........................................................................
namespace dbaui
@@ -49,6 +58,8 @@ namespace dbaui
DECLARE_STL_VECTOR( sal_Int8, ByteVector );
DECLARE_STL_VECTOR( ::rtl::OUString, StringArray );
+ typedef ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XConnection > SharedConnection;
+
//.........................................................................
} // namespace dbaui
//.........................................................................