diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:22:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:22:50 +0000 |
commit | 73881595e87c0304d27d174adb6c2126751da1e3 (patch) | |
tree | e4e4a22e156e5cdc5a06af1d524047b1971f5054 /tools/source/testtoolloader | |
parent | 83ab16c6290d43776d648319b50757f499c212a0 (diff) |
INTEGRATION: CWS hedaburemove01 (1.6.50); FILE MERGED
2006/12/12 16:28:12 vg 1.6.50.1: #i72503# get rid of hedabu
Diffstat (limited to 'tools/source/testtoolloader')
-rw-r--r-- | tools/source/testtoolloader/testtoolloader.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/testtoolloader/testtoolloader.cxx b/tools/source/testtoolloader/testtoolloader.cxx index 67e0953e4e8f..4f935456f598 100644 --- a/tools/source/testtoolloader/testtoolloader.cxx +++ b/tools/source/testtoolloader/testtoolloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testtoolloader.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:05:15 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:22:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include "testtoolloader.hxx" +#include "tools/testtoolloader.hxx" #ifndef _OSL_MODULE_H_ #include <osl/module.h> @@ -51,13 +51,13 @@ #include <vos/process.hxx> #endif #ifndef _SOLAR_H -#include "solar.h" +#include "tools/solar.h" #endif #ifndef _STRING_HXX -#include "string.hxx" +#include "tools/string.hxx" #endif #ifndef _TOOLS_DEBUG_HXX -#include "debug.hxx" +#include "tools/debug.hxx" #endif using namespace rtl; |