diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:20:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:20:57 +0000 |
commit | 3599087dd041bb48997b8a4ff3e65fb8ee388d13 (patch) | |
tree | e2d618c91de3ad16caf828a7345178cf596a5dc1 /tools/win | |
parent | 2d5e409ffdd2c1e7f0c28d4b750d718cc5da6eeb (diff) |
INTEGRATION: CWS vgbugs07 (1.4.204); FILE MERGED
2007/06/06 10:20:32 vg 1.4.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/inc/dll.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/win/inc/dll.hxx b/tools/win/inc/dll.hxx index 0a3f1dfcf630..866d66e43853 100644 --- a/tools/win/inc/dll.hxx +++ b/tools/win/inc/dll.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dll.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:44:22 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:20:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #ifdef WIN #ifndef _SVWIN_H -#include <svwin.h> +#include <tools/svwin.h> #endif // ---------------------- |