diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:11:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:11:24 +0000 |
commit | 0a74e802da12c34119bc159ce3abf9b7d0953646 (patch) | |
tree | a906eae971e55b15cfedbc9aacbbb0dd0da15642 /vcl/source/gdi/bmpacc2.cxx | |
parent | a14085d787a2967ca11715ad4458552193599ae1 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED
2007/06/04 13:29:34 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/bmpacc2.cxx')
-rw-r--r-- | vcl/source/gdi/bmpacc2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/bmpacc2.cxx b/vcl/source/gdi/bmpacc2.cxx index 64b90642f2c2..dbeefc70eb4f 100644 --- a/vcl/source/gdi/bmpacc2.cxx +++ b/vcl/source/gdi/bmpacc2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bmpacc2.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:58:22 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:10:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,10 +37,10 @@ #include "precompiled_vcl.hxx" #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_BMPACC_HXX -#include <bmpacc.hxx> +#include <vcl/bmpacc.hxx> #endif // ---------------- |