diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:46 +0000 |
commit | 15ffffa14a726882d50caa4fe5ac3d324cc24d9b (patch) | |
tree | 14714ca750ed98cbab280c2f9095a83d01bb7faa /tools/win | |
parent | 4973fba7ed244930418ad6e4ee3977015ae86179 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED
2007/06/06 10:20:33 vg 1.4.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007/06/04 13:32:28 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/source/dll/toolsdll.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win/source/dll/toolsdll.cxx b/tools/win/source/dll/toolsdll.cxx index 6071fadc3cdb..1bc04ad8e602 100644 --- a/tools/win/source/dll/toolsdll.cxx +++ b/tools/win/source/dll/toolsdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsdll.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:06:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _SVWIN_H -#include <svwin.h> +#include <tools/svwin.h> #endif #ifndef _DLL_HXX @@ -47,7 +47,7 @@ #include <toolsdll.hxx> #endif #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif // ======================================================================= |