diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:15:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:15:37 +0000 |
commit | 6abc1293ede2d8d0325143443c283289e62b4ecd (patch) | |
tree | 686db6d23d1d68c7d86b1d9066abe5d81c879392 /sw | |
parent | 47f9c7c89bbcb17801da74afc76293f072234e9a (diff) |
INTEGRATION: CWS vclcleanup02 (1.6.304); FILE MERGED
2003/12/11 09:09:48 mt 1.6.304.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/docnode/ndnotxt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/docnode/ndnotxt.cxx b/sw/source/core/docnode/ndnotxt.cxx index 0b38a311ab5d..8f8b24865d48 100644 --- a/sw/source/core/docnode/ndnotxt.cxx +++ b/sw/source/core/docnode/ndnotxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ndnotxt.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:56:27 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:15:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,8 @@ #ifndef _IPOBJ_HXX #include <so3/ipobj.hxx> #endif -#ifndef _SV_POLY_HXX -#include <vcl/poly.hxx> +#ifndef _TL_POLY_HXX +#include <tools/poly.hxx> #endif #ifndef _CONTDLG_HXX_ #include <svx/contdlg.hxx> |