diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:09:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:09:15 +0000 |
commit | 9e36e8ad3d70ca33ac71b6dfde042a8f3ce7e392 (patch) | |
tree | feb077f6a1bf09e28201613d90bd23a76cb165af /automation/source/testtool | |
parent | 75867abc538ea03790c02fbd466a169e6d60f396 (diff) |
INTEGRATION: CWS vclcleanup02 (1.2.50); FILE MERGED
2003/12/10 15:55:59 mt 1.2.50.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'automation/source/testtool')
-rw-r--r-- | automation/source/testtool/tcommuni.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/testtool/tcommuni.cxx b/automation/source/testtool/tcommuni.cxx index 69e34b56fe60..99f4dcb115cb 100644 --- a/automation/source/testtool/tcommuni.cxx +++ b/automation/source/testtool/tcommuni.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tcommuni.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:03:49 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:09:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,8 +60,8 @@ ************************************************************************/ -#ifndef _SV_CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SV_SVAPP_HXX //autogen #include <vcl/svapp.hxx> |