diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:04:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:04:08 +0000 |
commit | d8d4e44aec1a70fc95e030d564c4ef482cc8796e (patch) | |
tree | f303f6ccaf738e1777b5d98dffd1d67cb20db83c /connectivity | |
parent | d44aab5868f890a466df6a5ee603fb4c8ad0a40f (diff) |
INTEGRATION: CWS vclcleanup02 (1.21.26); FILE MERGED
2003/12/11 07:16:36 mt 1.21.26.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/calc/CTable.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index 556684bedf80..6c52d65a02c3 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: CTable.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2003-09-04 08:23:34 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:04:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,8 +128,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> |