diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:30:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:30:49 +0000 |
commit | e82e154b50b7616f2840158aa81d5736a60414ef (patch) | |
tree | da0b221237542673a413075aacd110f65c5e1e28 | |
parent | 3d5a942498f1ad0f7ccb75ef0713b04cdd669dcb (diff) |
INTEGRATION: CWS vclcleanup02 (1.15.10); FILE MERGED
2003/12/11 08:29:27 mt 1.15.10.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | svx/source/engine3d/lathe3d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx index 345489cb48b0..c7fd528d445f 100644 --- a/svx/source/engine3d/lathe3d.cxx +++ b/svx/source/engine3d/lathe3d.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lathe3d.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:36:12 $ + * last change: $Author: vg $ $Date: 2004-01-06 15:30:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #include "svdstr.hrc" #include "svdglob.hxx" -#ifndef _SV_POLY_HXX -#include <vcl/poly.hxx> +#ifndef _TL_POLY_HXX +#include <tools/poly.hxx> #endif #ifndef _SVDPAGE_HXX |