summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graph.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:13:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:13:35 +0000
commitbb63d99957e21efb716cfbf64fd0be8533ebbb60 (patch)
treef9924217531ce0f1484e406033a5f868a60e589c /vcl/source/gdi/graph.cxx
parent6a3e05c5774259699bf4fa4d91d6948c8bcacb4c (diff)
INTEGRATION: CWS vgbugs07 (1.12.240); FILE MERGED
2007/06/04 13:29:35 vg 1.12.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r--vcl/source/gdi/graph.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index c6c743c6eaf9..e682dbcdecde 100644
--- a/vcl/source/gdi/graph.cxx
+++ b/vcl/source/gdi/graph.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: graph.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:01:20 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:13:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,12 +40,12 @@
#include <impgraph.hxx>
#endif
#ifndef _SV_OUTDEV_HXX
-#include <outdev.hxx>
+#include <vcl/outdev.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
-#include <graph.hxx>
+#include <vcl/graph.hxx>
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>