diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:49:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:49:34 +0000 |
commit | 21163f3001daffcf8044dbc87b66c9724ccc0d0b (patch) | |
tree | ce3d105ec87d13a8a80ae1d809008faeec320a70 /vcl | |
parent | 441c708e2ddf885f5240124475edef1d3e51c0f2 (diff) |
INTEGRATION: CWS vgbugs07 (1.28.152); FILE MERGED
2007/06/04 13:29:59 vg 1.28.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/salbmp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/source/gdi/salbmp.cxx b/vcl/unx/source/gdi/salbmp.cxx index b030c2be2a94..7296ba98a9e3 100644 --- a/vcl/unx/source/gdi/salbmp.cxx +++ b/vcl/unx/source/gdi/salbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salbmp.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2006-12-04 16:39:15 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:49:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ #include <rtl/memory.h> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_SALDATA_HXX #include <saldata.hxx> @@ -70,7 +70,7 @@ #include <salinst.h> #endif #ifndef _SV_BITMAP_HXX -#include <bitmap.hxx> +#include <vcl/bitmap.hxx> #endif // ----------- |