diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:04:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:04:51 +0000 |
commit | 53dcc16c8cdf36c8aacf5a16a5f4109df3bbd060 (patch) | |
tree | d225cc4f1f7fa78cb5dc7d122d815b4cfbc2dac1 /connectivity | |
parent | 14cdcc59e5e8dcaa922a18d0302bac26b6208358 (diff) |
INTEGRATION: CWS vclcleanup02 (1.82.4); FILE MERGED
2003/12/11 07:16:38 mt 1.82.4.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index bf09b9a4bafa..6d704b577340 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DTable.cxx,v $ * - * $Revision: 1.82 $ + * $Revision: 1.83 $ * - * last change: $Author: rt $ $Date: 2003-12-01 10:47:51 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:04:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,8 @@ #ifndef _OSL_THREAD_H_ #include <osl/thread.h> #endif -#ifndef _CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _CONNECTIVITY_DBASE_INDEX_HXX_ #include "dbase/DIndex.hxx" |