diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:10:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:10:35 +0000 |
commit | 3b30a7ac89773c1646d1d08272ae75d99d670d75 (patch) | |
tree | a92fced5df2e4efd0a096ad754ac53bcaf61d8b5 /vcl/source/gdi/bmpacc.cxx | |
parent | 773e3c94ac6938def21adde8e93f032d9f750f27 (diff) |
INTEGRATION: CWS vgbugs07 (1.14.226); FILE MERGED
2007/06/04 13:29:34 vg 1.14.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/bmpacc.cxx')
-rw-r--r-- | vcl/source/gdi/bmpacc.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx index e2e354763f42..cecba673c0b6 100644 --- a/vcl/source/gdi/bmpacc.cxx +++ b/vcl/source/gdi/bmpacc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bmpacc.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2006-09-27 10:53:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:10:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,16 +37,16 @@ #include "precompiled_vcl.hxx" #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_IMPBMP_HXX #include <impbmp.hxx> #endif #ifndef _SV_BITMAP_HXX -#include <bitmap.hxx> +#include <vcl/bitmap.hxx> #endif #ifndef _SV_BMPACC_HXX -#include <bmpacc.hxx> +#include <vcl/bmpacc.hxx> #endif #include <string.h> |