diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:04:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:04:13 +0000 |
commit | 3b1ff82c90ea2b132cd079057ae6fd8e35661045 (patch) | |
tree | 497ff897d657b158000f5a5541d12dbab25aa9dd /svx/source/engine3d | |
parent | c2a6b4f106f5053dc5a2678093a3d64dd48b1a39 (diff) |
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
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/objfac3d.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
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 <svx/svdpage.hxx> #endif #ifndef _E3D_GLOBL3D_HXX @@ -45,27 +45,27 @@ #endif #ifndef _E3D_POLYSC3D_HXX -#include "polysc3d.hxx" +#include <svx/polysc3d.hxx> #endif #ifndef _E3D_CUBE3D_HXX -#include "cube3d.hxx" +#include <svx/cube3d.hxx> #endif #ifndef _E3D_SPHERE3D_HXX -#include "sphere3d.hxx" +#include <svx/sphere3d.hxx> #endif #ifndef _E3D_EXTRUD3D_HXX -#include "extrud3d.hxx" +#include <svx/extrud3d.hxx> #endif #ifndef _E3D_LATHE3D_HXX -#include "lathe3d.hxx" +#include <svx/lathe3d.hxx> #endif #ifndef _E3D_POLYGON3D_HXX -#include "polygn3d.hxx" +#include <svx/polygn3d.hxx> #endif #ifndef _OBJFAC3D_HXX @@ -73,7 +73,7 @@ #endif #ifndef _SVDOBJ_HXX -#include "svdobj.hxx" +#include <svx/svdobj.hxx> #endif /************************************************************************* |