diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:49:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:49:47 +0000 |
commit | 1523f6e0adee7eb54d5cbee9bbb4f5e53dc95240 (patch) | |
tree | ed96aba6ba63fa13b845420e1442f129cda87ec6 /vcl/unx/source | |
parent | 21163f3001daffcf8044dbc87b66c9724ccc0d0b (diff) |
INTEGRATION: CWS vgbugs07 (1.39.50); FILE MERGED
2007/06/04 13:29:59 vg 1.39.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/unx/source')
-rw-r--r-- | vcl/unx/source/gdi/salgdi2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/source/gdi/salgdi2.cxx b/vcl/unx/source/gdi/salgdi2.cxx index c5e008547e37..2a6813664803 100644 --- a/vcl/unx/source/gdi/salgdi2.cxx +++ b/vcl/unx/source/gdi/salgdi2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salgdi2.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 14:23:07 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:49:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ #include <salbmp.h> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_SALGDI_H #include <salgdi.h> @@ -68,7 +68,7 @@ #ifndef _USE_PRINT_EXTENSION_ #include <psprint/printergfx.hxx> -#include <bmpacc.hxx> +#include <vcl/bmpacc.hxx> #endif #undef SALGDI2_TESTTRANS |