diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-26 08:44:07 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-26 08:44:07 +0000 |
commit | e239ca9e475088cae210cc3050748c01e175dd63 (patch) | |
tree | af6dc5d5c1b0d98050172a20603adae3ac6619ac /dbaccess/source/core/inc/column.hxx | |
parent | de0ed158f996c5bc0f542b24e2c7129a924d657a (diff) |
OBaseMutex moved to comphelper
Diffstat (limited to 'dbaccess/source/core/inc/column.hxx')
-rw-r--r-- | dbaccess/source/core/inc/column.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/column.hxx b/dbaccess/source/core/inc/column.hxx index 83dcc1c0c..d8ced14d1 100644 --- a/dbaccess/source/core/inc/column.hxx +++ b/dbaccess/source/core/inc/column.hxx @@ -2,9 +2,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-10-18 16:07:50 $ + * last change: $Author: oj $ $Date: 2000-10-26 09:40:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,6 +122,9 @@ #ifndef _CONNECTIVITY_COMMONTOOLS_HXX_ #include <connectivity/CommonTools.hxx> #endif +#ifndef _COMPHELPER_BROADCASTHELPER_HXX_ +#include <comphelper/broadcasthelper.hxx> +#endif #ifndef _CONNECTIVITY_SDBCX_COLLECTION_HXX_ #include <connectivity/sdbcx/VCollection.hxx> #endif @@ -140,7 +143,7 @@ typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::lang::XServiceInfo, //------------------------------------------------------------ class OColumnSettings; -class OColumn :public connectivity::OBaseMutex +class OColumn :public comphelper::OBaseMutex ,public OColumnBase ,public ::cppu::OPropertySetHelper |