diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:08:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:08:50 +0000 |
commit | 67b06ee132de2eb8c9769698c63ea364b17ec230 (patch) | |
tree | aaf84fa643324b3901729c688ad14ff1794ff8a4 /svx/source/svdraw/svdotxdr.cxx | |
parent | 37b883738963e33bde4167bf688b7f56ef688199 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.256); FILE MERGED
2007/06/04 13:27:28 vg 1.6.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/svdraw/svdotxdr.cxx')
-rw-r--r-- | svx/source/svdraw/svdotxdr.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdotxdr.cxx b/svx/source/svdraw/svdotxdr.cxx index f90cf5f2275d..1bc43ff48d0b 100644 --- a/svx/source/svdraw/svdotxdr.cxx +++ b/svx/source/svdraw/svdotxdr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdotxdr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:47:21 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:08:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,14 +36,14 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include "svdotext.hxx" -#include "svdhdl.hxx" -#include "svddrag.hxx" -#include "svdview.hxx" -#include "svdorect.hxx" // fuer SetXPolyDirty in MovCreate bei SolidDragging +#include <svx/svdotext.hxx> +#include <svx/svdhdl.hxx> +#include <svx/svddrag.hxx> +#include <svx/svdview.hxx> +#include <svx/svdorect.hxx> // fuer SetXPolyDirty in MovCreate bei SolidDragging #include "svdglob.hxx" // Stringcache #include "svdstr.hrc" // Objektname -#include "svdoashp.hxx" +#include <svx/svdoashp.hxx> #ifndef _BIGINT_HXX //autogen #include <tools/bigint.hxx> |