diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:57:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:57:32 +0000 |
commit | edd0ff8d9b236a87d45219e645531dc72ac8356d (patch) | |
tree | b296eb34671fd1ffb461e0c51288023b5a04b5a5 /vcl | |
parent | 98de0e728981818729c5c88088167797e2a87e7d (diff) |
INTEGRATION: CWS vgbugs07 (1.89.74); FILE MERGED
2007/06/04 13:30:03 vg 1.89.74.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index d0dcd4787c40..6a01d1417c7c 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salgdi3.cxx,v $ * - * $Revision: 1.89 $ + * $Revision: 1.90 $ * - * last change: $Author: rt $ $Date: 2007-04-04 08:08:21 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:57:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ #endif #ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/svapp.hxx> #endif #ifndef _SV_WINCOMP_HXX #include <wincomp.hxx> @@ -73,13 +73,13 @@ #include <salgdi.h> #endif #ifndef _SV_OUTFONT_HXX -#include <outfont.hxx> +#include <vcl/outfont.hxx> #endif #ifndef _SV_FONT_HXX -#include <font.hxx> +#include <vcl/font.hxx> #endif #ifndef _SV_SALLAYOUT_HXX -#include <sallayout.hxx> +#include <vcl/sallayout.hxx> #endif #ifndef _TL_POLY_HXX |