From 3b1ff82c90ea2b132cd079057ae6fd8e35661045 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 17:04:13 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:26:52 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/engine3d/objfac3d.cxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'svx/source/engine3d/objfac3d.cxx') diff --git a/svx/source/engine3d/objfac3d.cxx b/svx/source/engine3d/objfac3d.cxx index 7cff5be55ef6..6148afb073f9 100644 --- a/svx/source/engine3d/objfac3d.cxx +++ b/svx/source/engine3d/objfac3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objfac3d.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:20:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:04:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_svx.hxx" #ifndef _SVDPAGE_HXX -#include "svdpage.hxx" +#include #endif #ifndef _E3D_GLOBL3D_HXX @@ -45,27 +45,27 @@ #endif #ifndef _E3D_POLYSC3D_HXX -#include "polysc3d.hxx" +#include #endif #ifndef _E3D_CUBE3D_HXX -#include "cube3d.hxx" +#include #endif #ifndef _E3D_SPHERE3D_HXX -#include "sphere3d.hxx" +#include #endif #ifndef _E3D_EXTRUD3D_HXX -#include "extrud3d.hxx" +#include #endif #ifndef _E3D_LATHE3D_HXX -#include "lathe3d.hxx" +#include #endif #ifndef _E3D_POLYGON3D_HXX -#include "polygn3d.hxx" +#include #endif #ifndef _OBJFAC3D_HXX @@ -73,7 +73,7 @@ #endif #ifndef _SVDOBJ_HXX -#include "svdobj.hxx" +#include #endif /************************************************************************* -- cgit