diff options
author | Hennes Rohling <hro@openoffice.org> | 2001-07-03 07:23:05 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2001-07-03 07:23:05 +0000 |
commit | ba9252e4e096d0a5460262e34b80c3e49f0c5c8c (patch) | |
tree | 7c222f0d10bfee8caf623df19a62d26f9757a301 /svtools/source/edit | |
parent | 206ec87fd71ccc11e786a00f65597ffd7d004631 (diff) |
TF_SVDATA Removed obsolete VCL D&D and clipboard headers
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/textview.cxx | 16 |
1 files changed, 9 insertions, 7 deletions
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 <vcl/svapp.hxx> #endif -#ifndef _SV_CLIP_HXX //autogen -#include <vcl/clip.hxx> -#endif +#ifndef TF_SVDATA + #ifndef _SV_CLIP_HXX //autogen + #include <vcl/clip.hxx> + #endif -#ifndef _SV_DRAG_HXX //autogen -#include <vcl/drag.hxx> + #ifndef _SV_DRAG_HXX //autogen + #include <vcl/drag.hxx> + #endif #endif #ifndef _SV_SOUND_HXX //autogen |