summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:10:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:10:21 +0000
commit773e3c94ac6938def21adde8e93f032d9f750f27 (patch)
tree7c8eb7153661cb0a16f4f1f8ee1fbb1e6445e0e6 /vcl/source/gdi/bitmapex.cxx
parent2e7c57e312f77f4ff56bbffb6f7755aed11b066b (diff)
INTEGRATION: CWS vgbugs07 (1.23.52); FILE MERGED
2007/06/04 13:29:34 vg 1.23.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index c098e0fbf4ee..2c060cc949c1 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmapex.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: ihi $ $Date: 2007-06-06 14:10:59 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:10:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include <rtl/crc.h>
#endif
#ifndef _SV_SALBTYPE_HXX
-#include <salbtype.hxx>
+#include <vcl/salbtype.hxx>
#endif
#ifndef _STREAM_HXX
#include <tools/stream.hxx>
@@ -50,19 +50,19 @@
#include <tools/debug.hxx>
#endif
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_ALPHA_HXX
-#include <alpha.hxx>
+#include <vcl/alpha.hxx>
#endif
#ifndef _SV_IMAGE_H
#include <image.h>
#endif
#ifndef _SV_BITMAPEX_HXX
-#include <bitmapex.hxx>
+#include <vcl/bitmapex.hxx>
#endif
#ifndef _SV_PNGREAD_HXX
-#include <pngread.hxx>
+#include <vcl/pngread.hxx>
#endif
#ifndef _SV_IMPIMAGETREE_H
#include <impimagetree.hxx>
@@ -71,7 +71,7 @@
#include <tools/rc.h>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
// ------------