diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:47:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:47:36 +0000 |
commit | df53c411624da2f7667126e9454d2dd363c0acf7 (patch) | |
tree | a974c07f8b6de424aad1c264a1b34e21d0b7d749 /svx/source/xoutdev/_xpoly.cxx | |
parent | acc659e783337fde05e3f9573eb6b9610e15a8ff (diff) |
INTEGRATION: CWS vclcleanup02 (1.4.366); FILE MERGED
2003/12/11 08:29:55 mt 1.4.366.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svx/source/xoutdev/_xpoly.cxx')
-rw-r--r-- | svx/source/xoutdev/_xpoly.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx index 8f00908187ff..dd9d81378f93 100644 --- a/svx/source/xoutdev/_xpoly.cxx +++ b/svx/source/xoutdev/_xpoly.cxx @@ -2,9 +2,9 @@ * * $RCSfile: _xpoly.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:05:25 $ + * last change: $Author: vg $ $Date: 2004-01-06 15:47:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #include <string.h> #include <tools/stream.hxx> #include <tools/debug.hxx> -#include <vcl/poly.hxx> +#include <tools/poly.hxx> #pragma hdrstop |