diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:36:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:36:05 +0000 |
commit | 4eec1ffea8672a0759f7e08354a79f851cc6dd94 (patch) | |
tree | 5f57d880cc9ed066b6f9c75d5b676a399585343c /svx/source/items | |
parent | 285afebcfb0e94fa10cf7500cef24a10da4cc791 (diff) |
INTEGRATION: CWS vclcleanup02 (1.6.354); FILE MERGED
2003/12/11 08:29:34 mt 1.6.354.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/svxfont.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/items/svxfont.cxx b/svx/source/items/svxfont.cxx index 18b85da4936c..085eaf5e23bd 100644 --- a/svx/source/items/svxfont.cxx +++ b/svx/source/items/svxfont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svxfont.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-04-08 15:26:33 $ + * last change: $Author: vg $ $Date: 2004-01-06 15:36:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,8 +67,8 @@ #ifndef _PRINT_HXX //autogen #include <vcl/print.hxx> #endif -#ifndef _SV_POLY_HXX //autogen -#include <vcl/poly.hxx> +#ifndef _TL_POLY_HXX +#include <tools/poly.hxx> #endif #ifndef _UNOTOOLS_CHARCLASS_HXX #include <unotools/charclass.hxx> |