diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:04:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:04:42 +0000 |
commit | 13f22ae15544a8d00dbdc320b13f187d1c616a1d (patch) | |
tree | 65c4ed61de77a3d377164ec199b4e4cd98339a8a /svx/source/engine3d | |
parent | 3b1ff82c90ea2b132cd079057ae6fd8e35661045 (diff) |
INTEGRATION: CWS vgbugs07 (1.14.254); FILE MERGED
2007/06/04 13:26:53 vg 1.14.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/polygn3d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx index 8f5fabc2b9c0..892962439a93 100644 --- a/svx/source/engine3d/polygn3d.cxx +++ b/svx/source/engine3d/polygn3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: polygn3d.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:21:01 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:04:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #include "precompiled_svx.hxx" #ifndef _E3D_POLYGON3D_HXX -#include "polygn3d.hxx" +#include <svx/polygn3d.hxx> #endif #ifndef _SVDPAGE_HXX -#include "svdpage.hxx" +#include <svx/svdpage.hxx> #endif #ifndef _E3D_GLOBL3D_HXX |