From ba9252e4e096d0a5460262e34b80c3e49f0c5c8c Mon Sep 17 00:00:00 2001 From: Hennes Rohling Date: Tue, 3 Jul 2001 07:23:05 +0000 Subject: TF_SVDATA Removed obsolete VCL D&D and clipboard headers --- svtools/source/edit/textview.cxx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'svtools/source/edit') diff --git a/svtools/source/edit/textview.cxx b/svtools/source/edit/textview.cxx index 1d857208ac47..0ef8204fa1a5 100644 --- a/svtools/source/edit/textview.cxx +++ b/svtools/source/edit/textview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: textview.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: mt $ $Date: 2001-06-14 10:46:01 $ + * last change: $Author: hro $ $Date: 2001-07-03 08:23:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,12 +81,14 @@ #include #endif -#ifndef _SV_CLIP_HXX //autogen -#include -#endif +#ifndef TF_SVDATA + #ifndef _SV_CLIP_HXX //autogen + #include + #endif -#ifndef _SV_DRAG_HXX //autogen -#include + #ifndef _SV_DRAG_HXX //autogen + #include + #endif #endif #ifndef _SV_SOUND_HXX //autogen -- cgit