diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:05:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:05:36 +0000 |
commit | 82443cb94037af6a7817141f0452822610d8550e (patch) | |
tree | 92161b11a185615eb29f92ed4ab827367361381c /connectivity | |
parent | 96c1ff55bccbf136bbabace418be3a60e8ce2d62 (diff) |
INTEGRATION: CWS vclcleanup02 (1.4.4); FILE MERGED
2003/12/11 07:16:40 mt 1.4.4.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab/LTable.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab/LTable.cxx b/connectivity/source/drivers/evoab/LTable.cxx index d29dd7cc017f..36289ad64939 100644 --- a/connectivity/source/drivers/evoab/LTable.cxx +++ b/connectivity/source/drivers/evoab/LTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: LTable.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-12-01 10:48:18 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:05:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,8 +88,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 _COMPHELPER_SEQUENCE_HXX_ #include <comphelper/sequence.hxx> |