diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-20 12:18:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-20 12:18:22 +0000 |
commit | 1f885547adc51ae1003b4bb96a39594b0ff29b60 (patch) | |
tree | 52b5f4935996334df8176ee9de82e603b1c1e1df /ucbhelper | |
parent | aa1ce526e3c1374a6f30ed37c97981f5a7eac243 (diff) |
add. include XMuliServiceFactory
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/contentidentifier.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx index 115c44414960..ef263dad8d5a 100644 --- a/ucbhelper/source/provider/contentidentifier.cxx +++ b/ucbhelper/source/provider/contentidentifier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: contentidentifier.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $ + * last change: $Author: kz $ $Date: 2001-03-20 13:18:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,10 @@ *************************************************************************/ +#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#endif + #ifndef _UCBHELPER_CONTENTIDENTIFIER_HXX #include <ucbhelper/contentidentifier.hxx> #endif |