diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-09-05 09:02:21 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-09-05 09:02:21 +0000 |
commit | 20ddecf5065a8e58ab64b71906196851c873930b (patch) | |
tree | 26d7772ce94320c574e7a03bc0851925ebe13744 /cppuhelper | |
parent | f97d7fc4e54ba4f0bd23d3af9ae4892f405cfadc (diff) |
#90698# missing include
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/implbase_ex.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase_ex.hxx b/cppuhelper/inc/cppuhelper/implbase_ex.hxx index be771ac6c0c4..27bbada38b9f 100644 --- a/cppuhelper/inc/cppuhelper/implbase_ex.hxx +++ b/cppuhelper/inc/cppuhelper/implbase_ex.hxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase_ex.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2001-09-04 09:03:08 $ + * last change: $Author: dbo $ $Date: 2001-09-05 10:02:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,14 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #endif +/** Despite the fact that the following include is not used in this header, it has to remain, + because it is expected by files including cppuhelper/implbaseN.hxx. + So maybe we can omit it some time in the future... +*/ +#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#endif + namespace cppu { |