summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbexchange.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-01 14:17:55 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-01 14:17:55 +0000
commit7f4fcc0fff402eba84abacafa3d6a641c0d25e75 (patch)
tree9342bf5d8a1ffa0a5097c3720b850655eeab922f /dbaccess/source/ui/inc/dbexchange.hxx
parent6d506e7f7458107a7e4639639467db6ed400952c (diff)
#84115# impl as WeakComponent
Diffstat (limited to 'dbaccess/source/ui/inc/dbexchange.hxx')
-rw-r--r--dbaccess/source/ui/inc/dbexchange.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/dbexchange.hxx b/dbaccess/source/ui/inc/dbexchange.hxx
index 9946a601ae89..54c209962582 100644
--- a/dbaccess/source/ui/inc/dbexchange.hxx
+++ b/dbaccess/source/ui/inc/dbexchange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbexchange.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-02-23 15:02:06 $
+ * last change: $Author: oj $ $Date: 2001-03-01 15:16:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
+#ifndef _CPPUHELPER_IMPLBASE2_HXX_
+#include <cppuhelper/implbase2.hxx>
+#endif
#ifndef _TRANSFER_HXX
#include <svtools/transfer.hxx>
#endif