diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:45:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:45:34 +0000 |
commit | ade93d3831400fa662e0c230ef57411eabe5285c (patch) | |
tree | 4d50de13505c64ee8a5c47a27f1156bb5b0bd8e7 /sd/source/ui/func/fucon3d.cxx | |
parent | 80528a9614b8dd25070447032e31eea31fc5bd09 (diff) |
INTEGRATION: CWS vclcleanup02 (1.10.8); FILE MERGED
2003/12/11 09:17:28 mt 1.10.8.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'sd/source/ui/func/fucon3d.cxx')
-rw-r--r-- | sd/source/ui/func/fucon3d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index 7df738c71ce0..ee0f3aa4faa2 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fucon3d.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-11-24 17:11:22 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:45:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,8 +76,8 @@ #ifndef _SFXVIEWFRM_HXX //autogen #include <sfx2/viewfrm.hxx> #endif -#ifndef _SV_POLY_HXX //autogen -#include <vcl/poly.hxx> +#ifndef _TL_POLY_HXX +#include <tools/poly.hxx> #endif #include <math.h> |