summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpoev.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:11:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:11:41 +0000
commitc4c4c7f6e4bf51d3f62e0921af99f0d57c28cbb4 (patch)
treed229b67218b8664249fe0eed57d9b62b76e40e55 /svx/source/svdraw/svdpoev.cxx
parent1325ca80f5195a7ff7a3fdf18d56820b5724be8e (diff)
INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED
2007/06/04 13:27:29 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/svdraw/svdpoev.cxx')
-rw-r--r--svx/source/svdraw/svdpoev.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index 278b7d398141..2efc938e9c67 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdpoev.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:33:12 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:11:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,15 +36,15 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-#include "svdpoev.hxx"
+#include <svx/svdpoev.hxx>
#include <math.h>
-#include "svdpagv.hxx"
-#include "svdpage.hxx"
-#include "svdopath.hxx"
-#include "svdundo.hxx"
+#include <svx/svdpagv.hxx>
+#include <svx/svdpage.hxx>
+#include <svx/svdopath.hxx>
+#include <svx/svdundo.hxx>
#include "svdstr.hrc" // Namen aus der Resource
#include "svdglob.hxx" // StringCache
-#include "svdtrans.hxx"
+#include <svx/svdtrans.hxx>
#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX
#include <basegfx/polygon/b2dpolygon.hxx>