diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-05-23 11:54:59 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-05-23 11:54:59 +0000 |
commit | 62df05fdb1ff991447349c1cc38118d19c7efe2d (patch) | |
tree | 151ce5e4e894cd18050ac3002338fd91489b8a86 /framework/inc/helper/ocomponentenumeration.hxx | |
parent | db80f11d26551393cfe8060857cb302956b2c6fa (diff) |
#91939# supports XClosable; remove deprecated task; ...
Diffstat (limited to 'framework/inc/helper/ocomponentenumeration.hxx')
-rw-r--r-- | framework/inc/helper/ocomponentenumeration.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index 628632355049..87601b3f4e8c 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ocomponentenumeration.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: as $ $Date: 2001-06-11 10:15:04 $ + * last change: $Author: as $ $Date: 2002-05-23 12:50:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,10 +102,6 @@ #include <com/sun/star/container/XEnumeration.hpp> #endif -#ifndef _COM_SUN_STAR_FRAME_XTASK_HPP_ -#include <com/sun/star/frame/XTask.hpp> -#endif - #ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> #endif |