summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impimage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:15:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:15:44 +0000
commitba52d82b3b3647489c3ebd66c6dc8f76b368e3e5 (patch)
tree2977b3a57d419d4e2574080bf0facf2f3451b29d /vcl/source/gdi/impimage.cxx
parente1ca2e496398200b3b738e32da47f707b6631626 (diff)
INTEGRATION: CWS vgbugs07 (1.20.238); FILE MERGED
2007/06/04 13:29:36 vg 1.20.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/impimage.cxx')
-rw-r--r--vcl/source/gdi/impimage.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/source/gdi/impimage.cxx b/vcl/source/gdi/impimage.cxx
index 328d93efadae..e8e47216dcd0 100644
--- a/vcl/source/gdi/impimage.cxx
+++ b/vcl/source/gdi/impimage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impimage.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: ihi $ $Date: 2007-06-06 14:11:27 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:15:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,28 +36,28 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_BITMAPEX_HXX
-#include <bitmapex.hxx>
+#include <vcl/bitmapex.hxx>
#endif
#ifndef _SV_ALPHA_HXX
-#include <alpha.hxx>
+#include <vcl/alpha.hxx>
#endif
#ifndef _SV_WINDOW_HXX
-#include <window.hxx>
+#include <vcl/window.hxx>
#endif
#ifndef _SV_BMPACC_HXX
-#include <bmpacc.hxx>
+#include <vcl/bmpacc.hxx>
#endif
#ifndef _SV_VIRDEV_HXX
-#include <virdev.hxx>
+#include <vcl/virdev.hxx>
#endif
#ifndef _SV_IMAGE_H
#include <image.h>
#endif
#ifndef _SV_IMAGE_HXX
-#include <image.hxx>
+#include <vcl/image.hxx>
#endif
// -----------