From a3f5801bcc89d419a692af46375af7349a867439 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 18:27:08 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.156.20); FILE MERGED 2007/06/04 13:27:37 vg 1.156.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/unodraw/unoshape.cxx | 80 ++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'svx/source/unodraw') diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index b6b696648bbc..7e39ed3bbbaa 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoshape.cxx,v $ * - * $Revision: 1.157 $ + * $Revision: 1.158 $ * - * last change: $Author: hr $ $Date: 2007-06-26 16:00:55 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:27:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,10 +69,10 @@ #include #endif #ifndef _SVX_UNOTEXT_HXX -#include +#include #endif #ifndef _SVDOBJ_HXX -#include +#include #endif #ifndef _OSL_MUTEX_HXX_ #include @@ -94,85 +94,85 @@ #include #endif #ifndef _SVDOPAGE_HXX -#include "svdopage.hxx" +#include #endif #ifndef _SVX_XFLBSTIT_HXX -#include "xflbstit.hxx" +#include #endif #ifndef _SVX_XFLBMTIT_HXX -#include "xflbmtit.hxx" +#include #endif #ifndef _SVX_XLNSTIT_HXX -#include "xlnstit.hxx" +#include #endif #ifndef _SVX_XLNEDIT_HXX -#include "xlnedit.hxx" +#include #endif #ifndef _SVDOGRP_HXX -#include "svdogrp.hxx" +#include #endif #ifndef _E3D_SCENE3D_HXX -#include "scene3d.hxx" +#include #endif -#include "svdmodel.hxx" +#include #include "globl3d.hxx" -#include "fmglob.hxx" -#include "unopage.hxx" -#include "view3d.hxx" -#include "unoshape.hxx" -#include "svxids.hrc" -#include "unoshtxt.hxx" -#include "svdpage.hxx" -#include "unoshprp.hxx" -#include "svdoole2.hxx" -#include "sxciaitm.hxx" // todo: remove -#include "svdograf.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // todo: remove +#include #include "unoapi.hxx" -#include "svdomeas.hxx" -#include +#include +#include #include // -#include "dialmgr.hxx" // not nice, we need our own resources some day -#include "dialogs.hrc" // +#include // not nice, we need our own resources some day +#include // #ifndef _SVDCAPT_HXX -#include "svdocapt.hxx" +#include #endif #ifndef _E3D_OBJ3D_HXX -#include +#include #endif #ifndef _SVX_XFLFTRIT_HXX -#include "xflftrit.hxx" +#include #endif #ifndef _XTABLE_HXX -#include "xtable.hxx" +#include #endif #ifndef _SVX_XBTMPIT_HXX -#include "xbtmpit.hxx" +#include #endif #ifndef _SVX_XFLGRIT_HXX -#include "xflgrit.hxx" +#include #endif #ifndef _SVX_XFLHTIT_HXX -#include "xflhtit.hxx" +#include #endif #ifndef _SVX_XLNEDIT_HXX -#include "xlnedit.hxx" +#include #endif #ifndef _SVX_XLNSTIT_HXX -#include "xlnstit.hxx" +#include #endif #ifndef _SVX_XLNDSIT_HXX -#include "xlndsit.hxx" +#include #endif #ifndef _SVDGLOB_HXX @@ -182,7 +182,7 @@ #include "unomaster.hxx" #ifndef _OUTLOBJ_HXX //autogen -#include +#include #endif #ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX @@ -193,10 +193,10 @@ // #i68523# #ifndef _E3D_LATHE3D_HXX -#include "lathe3d.hxx" +#include #endif #ifndef _E3D_EXTRUD3D_HXX -#include "extrud3d.hxx" +#include #endif #include -- cgit