diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:29 +0000 |
commit | 0af82f3d8746925e966c4dd1b4b5197845a32b29 (patch) | |
tree | 70281d7baae6f85fe30760b1da8cd7f2ff1138c3 /tools | |
parent | f316a53759c2ca1415af2f6687bb38f95cdb641e (diff) |
INTEGRATION: CWS vgbugs07 (1.15.88); FILE MERGED
2007/06/04 13:32:25 vg 1.15.88.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/poly2.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx index d36c2831db85..9cac3ee08875 100644 --- a/tools/source/generic/poly2.cxx +++ b/tools/source/generic/poly2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: poly2.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:56:53 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:14:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,16 +56,16 @@ extern "C" #include <poly.h> #endif #ifndef _POLY_HXX -#include <poly.hxx> +#include <tools/poly.hxx> #endif #ifndef _DEBUG_HXX //autogen -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _STREAM_HXX //autogen -#include <stream.hxx> +#include <tools/stream.hxx> #endif #ifndef _VCOMPAT_HXX -#include <vcompat.hxx> +#include <tools/vcompat.hxx> #endif #ifndef _BGFX_POLYGON_B2DPOLYPOLYGON_HXX |