diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:07:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:07:53 +0000 |
commit | b900192d76def8286ee144ad21e3af3dfa67c123 (patch) | |
tree | dac1b28043d071f5d6ad0f32bb9ec44e743d6b23 /svx | |
parent | 2b633fce064c8bf2323d4d2974f8242542536d16 (diff) |
INTEGRATION: CWS vgbugs07 (1.41.30); FILE MERGED
2007/06/04 13:27:27 vg 1.41.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index 40e6a0872147..39fb0e1c78ac 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdopath.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:32:59 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:07:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,21 +37,21 @@ #include "precompiled_svx.hxx" #include <tools/bigint.hxx> -#include "svdopath.hxx" +#include <svx/svdopath.hxx> #include <math.h> -#include "xpool.hxx" -#include "xpoly.hxx" -#include "xoutx.hxx" +#include <svx/xpool.hxx> +#include <svx/xpoly.hxx> +#include <svx/xoutx.hxx> #include "svdxout.hxx" -#include "svdattr.hxx" +#include <svx/svdattr.hxx> #include "svdtouch.hxx" -#include "svdtrans.hxx" -#include "svdetc.hxx" -#include "svddrag.hxx" -#include "svdmodel.hxx" -#include "svdpage.hxx" -#include "svdhdl.hxx" -#include "svdview.hxx" // fuer MovCreate bei Freihandlinien +#include <svx/svdtrans.hxx> +#include <svx/svdetc.hxx> +#include <svx/svddrag.hxx> +#include <svx/svdmodel.hxx> +#include <svx/svdpage.hxx> +#include <svx/svdhdl.hxx> +#include <svx/svdview.hxx> // fuer MovCreate bei Freihandlinien #include "svdglob.hxx" // Stringcache #include "svdstr.hrc" // Objektname @@ -59,13 +59,13 @@ #pragma optimize ("",off) #endif -#include "xlnwtit.hxx" -#include "xlnclit.hxx" -#include "xflclit.hxx" -#include "svdogrp.hxx" +#include <svx/xlnwtit.hxx> +#include <svx/xlnclit.hxx> +#include <svx/xflclit.hxx> +#include <svx/svdogrp.hxx> #ifndef _SVX_XLNTRIT_HXX -#include "xlntrit.hxx" +#include <svx/xlntrit.hxx> #endif #ifndef _SV_SALBTYPE_HXX |