From 7d78f3b90a270a08f84a4bea41a8ebdc42a3c261 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2001 09:23:18 +0000 Subject: #65293#: includes --- ucbhelper/source/provider/registerucb.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ucbhelper') 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 +#endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include #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; } -- cgit