diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:05:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:05:12 +0000 |
commit | 96c1ff55bccbf136bbabace418be3a60e8ce2d62 (patch) | |
tree | fa7fca4a6f0cb9f14fb0a1862967e2b7b655e499 /connectivity | |
parent | 53dcc16c8cdf36c8aacf5a16a5f4109df3bbd060 (diff) |
INTEGRATION: CWS vclcleanup02 (1.3.66); FILE MERGED
2003/12/11 07:16:39 mt 1.3.66.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab/LFolderList.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab/LFolderList.cxx b/connectivity/source/drivers/evoab/LFolderList.cxx index 7936835a7ee2..1c45b17e9aa5 100644 --- a/connectivity/source/drivers/evoab/LFolderList.cxx +++ b/connectivity/source/drivers/evoab/LFolderList.cxx @@ -2,9 +2,9 @@ * * $RCSfile: LFolderList.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-06-03 10:17:19 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:05:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,8 +89,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> |