summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/outdev5.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:19:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:19:52 +0000
commitd61843fc5faace5367a771e3ec76707666616e82 (patch)
treed08df5f3a10723be21a8743f36a86201d3ee551e /vcl/source/gdi/outdev5.cxx
parentINTEGRATION: CWS vgbugs07 (1.23.240); FILE MERGED (diff)
downloadcore-d61843fc5faace5367a771e3ec76707666616e82.tar.gz
core-d61843fc5faace5367a771e3ec76707666616e82.zip
INTEGRATION: CWS vgbugs07 (1.9.240); FILE MERGED
2007/06/04 13:29:37 vg 1.9.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/outdev5.cxx')
-rw-r--r--vcl/source/gdi/outdev5.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx
index e22ba6e0b80c..d82d92098da7 100644
--- a/vcl/source/gdi/outdev5.cxx
+++ b/vcl/source/gdi/outdev5.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: outdev5.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:07:28 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:19:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,7 @@
#endif
#ifndef _SV_SALGDI_HXX
-#include <salgdi.hxx>
+#include <vcl/salgdi.hxx>
#endif
#ifndef _DEBUG_HXX
@@ -50,16 +50,16 @@
#endif
#ifndef _SV_SVDATA_HXX
-#include <svdata.hxx>
+#include <vcl/svdata.hxx>
#endif
#ifndef _TL_POLY_HXX
#include <tools/poly.hxx>
#endif
#ifndef _SV_METAACT_HXX
-#include <metaact.hxx>
+#include <vcl/metaact.hxx>
#endif
#ifndef _SV_GDIMTF_HXX
-#include <gdimtf.hxx>
+#include <vcl/gdimtf.hxx>
#endif
#ifndef _SV_OUTDATA_HXX
#include <outdata.hxx>
@@ -68,10 +68,10 @@
#include <outdev.h>
#endif
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_VIRDEV_HXX
-#include <virdev.hxx>
+#include <vcl/virdev.hxx>
#endif
// =======================================================================