diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 09:23:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 09:23:18 +0000 |
commit | 7d78f3b90a270a08f84a4bea41a8ebdc42a3c261 (patch) | |
tree | f87374a7a5e25af10deffff6dc94e57dfe61e8f4 /ucbhelper/source | |
parent | 1e8cfca09b3c18957b9911170b83d66548a19279 (diff) |
#65293#: includes
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/registerucb.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/registerucb.hxx b/ucbhelper/source/provider/registerucb.hxx index 61388886da4d..97e73fa3f2dd 100644 --- a/ucbhelper/source/provider/registerucb.hxx +++ b/ucbhelper/source/provider/registerucb.hxx @@ -2,9 +2,9 @@ * * $RCSfile: registerucb.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sb $ $Date: 2001-02-06 10:57:43 $ + * last change: $Author: hr $ $Date: 2001-09-27 10:23:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,9 @@ #ifndef _UCBHELPER_REGISTERUCB_HXX_ #define _UCBHELPER_REGISTERUCB_HXX_ +#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ +#include <com/sun/star/uno/RuntimeException.hpp> +#endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include <com/sun/star/uno/Reference.h> #endif @@ -69,7 +72,6 @@ namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } namespace ucb { class XContentProviderManager; } - namespace uno { class RuntimeException; } } } } namespace rtl { class OUString; } |