summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/TableDeco.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-02 09:07:56 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-02 09:07:56 +0000
commitf1906206b7d24995b5fe0a3f150ebe61c63074e3 (patch)
treee19b841e457e6c0a7d83f640a229e839c16b87d6 /dbaccess/source/core/inc/TableDeco.hxx
parent7c32c7d3a47fecd389750cc43099b34b5183ac03 (diff)
#86551# derivation order matters
Diffstat (limited to 'dbaccess/source/core/inc/TableDeco.hxx')
-rw-r--r--dbaccess/source/core/inc/TableDeco.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/TableDeco.hxx b/dbaccess/source/core/inc/TableDeco.hxx
index 0504b57c66b7..b298b0f8ed3e 100644
--- a/dbaccess/source/core/inc/TableDeco.hxx
+++ b/dbaccess/source/core/inc/TableDeco.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableDeco.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:15:36 $
+ * last change: $Author: fs $ $Date: 2001-05-02 10:07:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,9 +138,9 @@ namespace dbaccess
typedef ::comphelper::OIdPropertyArrayUsageHelper< ODBTableDecorator > ODBTableDecorator_PROP;
class ODBTableDecorator :public comphelper::OBaseMutex
+ ,public OTableDescriptor_BASE
,public ODataSettings //ODataSettings_Base
,public OConfigurationFlushable
- ,public OTableDescriptor_BASE
,public IColumnFactory
,public ::connectivity::sdbcx::IRefreshableColumns
,public ODBTableDecorator_PROP