summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:09:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:09:42 +0000
commita7e98edd30d17c592143fcbaac681578dbf17a0f (patch)
tree70cd80416f10084fc650adf8b8f6e958e6e9f254 /vcl/source/gdi/bitmap2.cxx
parent9fc12530147bc4db47aefc31689a244b80dab4dc (diff)
INTEGRATION: CWS vgbugs07 (1.15.104); FILE MERGED
2007/06/04 13:29:34 vg 1.15.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/bitmap2.cxx')
-rw-r--r--vcl/source/gdi/bitmap2.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/gdi/bitmap2.cxx b/vcl/source/gdi/bitmap2.cxx
index eadedbec9ef7..b88bf2eef5d1 100644
--- a/vcl/source/gdi/bitmap2.cxx
+++ b/vcl/source/gdi/bitmap2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmap2.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:23:59 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:09:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,16 +41,16 @@
#include <tools/stream.hxx>
#endif
#ifndef _SV_SALBTYPE_HXX
-#include <salbtype.hxx>
+#include <vcl/salbtype.hxx>
#endif
#ifndef _SV_BMPACC_HXX
-#include <bmpacc.hxx>
+#include <vcl/bmpacc.hxx>
#endif
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_BITMAP_HXX
-#include <bitmap.hxx>
+#include <vcl/bitmap.hxx>
#endif
#include <utility>