diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:53:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:53:27 +0000 |
commit | 0e917365cd69a7c8e1ba1b9761ac911f26b936da (patch) | |
tree | 0f28aabab3d0153ccaaeba1a64af7e394492ddcf /vcl | |
parent | a777e318514116fd86f61e69dbc370dc623fa16c (diff) |
INTEGRATION: CWS vgbugs07 (1.25.76); FILE MERGED
2007/06/04 13:30:01 vg 1.25.76.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/inc/salgdi.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h index c80089f405d5..66ad435b26fa 100644 --- a/vcl/win/inc/salgdi.h +++ b/vcl/win/inc/salgdi.h @@ -4,9 +4,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: rt $ $Date: 2007-04-04 08:08:06 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:53:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,19 +37,19 @@ #define _SV_SALGDI_H #ifndef _SV_SV_H -#include <sv.h> +#include <vcl/sv.h> #endif #ifndef _SV_SALLAYOUT_HXX -#include <sallayout.hxx> +#include <vcl/sallayout.hxx> #endif #ifndef _SV_SALGDI_HXX -#include <salgdi.hxx> +#include <vcl/salgdi.hxx> #endif #ifndef _SV_OUTFONT_HXX -#include <outfont.hxx> +#include <vcl/outfont.hxx> #endif #ifndef _SV_IMPFONT_HXX -#include <impfont.hxx> +#include <vcl/impfont.hxx> #endif #include "boost/scoped_ptr.hpp" |