diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:22 +0000 |
commit | df7b963fd27a8f9759681a6eb9edc0e92dd29de6 (patch) | |
tree | eaff9018ceb0258f432b4078f65a16158855804f /tools/win | |
parent | 7ab7d78f823d96f6c56ddb9c9dd47dd7ea7bcf12 (diff) |
INTEGRATION: CWS vgbugs07 (1.2.204); FILE MERGED
2007/06/06 10:20:32 vg 1.2.204.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007/06/04 13:32:28 vg 1.2.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/inc/toolsdll.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/win/inc/toolsdll.hxx b/tools/win/inc/toolsdll.hxx index 2579b26cc5ac..0a0322dbd1fb 100644 --- a/tools/win/inc/toolsdll.hxx +++ b/tools/win/inc/toolsdll.hxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsdll.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:46:28 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,15 +43,15 @@ #endif #ifndef _SVWIN_H -#include <svwin.h> +#include <tools/svwin.h> #endif #ifndef _SOLAR_H -#include <solar.h> +#include <tools/solar.h> #endif #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif // ---------------- |