diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:17 +0000 |
commit | f316a53759c2ca1415af2f6687bb38f95cdb641e (patch) | |
tree | c91890242331b4c9256722ef6dfdffbf651fff06 /tools | |
parent | 3667690040d426044cc23aabe05e75a0c9b55d15 (diff) |
INTEGRATION: CWS vgbugs07 (1.14.8); FILE MERGED
2007/06/04 13:32:25 vg 1.14.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/poly.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index 4d786d6aadda..24f71a479d21 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -4,9 +4,9 @@ * * $RCSfile: poly.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:22:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:14:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,28 +42,28 @@ #include <osl/endian.h> #endif #ifndef _BIGINT_HXX -#include <bigint.hxx> +#include <tools/bigint.hxx> #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _STREAM_HXX -#include <stream.hxx> +#include <tools/stream.hxx> #endif #ifndef _VCOMPAT_HXX -#include <vcompat.hxx> +#include <tools/vcompat.hxx> #endif #ifndef _POLY_H #include <poly.h> #endif #ifndef _LINE_HXX -#include <line.hxx> +#include <tools/line.hxx> #endif #ifndef _VECTOR2D_H -#include <vector2d.hxx> +#include <tools/vector2d.hxx> #endif #ifndef _POLY_HXX -#include <poly.hxx> +#include <tools/poly.hxx> #endif #ifndef _BGFX_POLYGON_B2DPOLYGON_HXX |