diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:25:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:25:35 +0000 |
commit | 8cf597b6b20c811ffa32045c397f96e13ba3ffed (patch) | |
tree | 229aa33f7591e6d16b5437aad2caddf95ec4bc24 /sw | |
parent | bbc4da066deefd1f6ab093d7cffcb0c8a7923476 (diff) |
INTEGRATION: CWS vclcleanup02 (1.46.250); FILE MERGED
2003/12/11 09:10:19 mt 1.46.250.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/shells/basesh.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx index 291fa36b6b09..be3ae371a036 100644 --- a/sw/source/ui/shells/basesh.cxx +++ b/sw/source/ui/shells/basesh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basesh.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: rt $ $Date: 2003-06-12 07:42:06 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:25:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,8 +133,8 @@ #ifndef _SFXITEMITER_HXX #include <svtools/itemiter.hxx> #endif -#ifndef _POLY_HXX //autogen -#include <vcl/poly.hxx> +#ifndef _TL_POLY_HXX +#include <tools/poly.hxx> #endif #ifndef _SFXSTRITEM_HXX //autogen #include <svtools/stritem.hxx> |