diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:18:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:18:18 +0000 |
commit | 54da9e3561f475cdb880a3fb8499255d2282367a (patch) | |
tree | 08f6f309137e4bd68de54314a63e64b5ad533107 /cppu/inc/com | |
parent | 5bbc3fe9beb9578925863ca03b27fc76b1864bf0 (diff) |
INTEGRATION: CWS sb18 (1.19.4); FILE MERGED
2004/05/21 12:05:59 sb 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED
2004/05/18 09:54:48 sb 1.19.4.1: #i21150# Missing includes.
Diffstat (limited to 'cppu/inc/com')
-rw-r--r-- | cppu/inc/com/sun/star/uno/Reference.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/inc/com/sun/star/uno/Reference.hxx b/cppu/inc/com/sun/star/uno/Reference.hxx index a34f4942cb3d..ebd39dffc2cb 100644 --- a/cppu/inc/com/sun/star/uno/Reference.hxx +++ b/cppu/inc/com/sun/star/uno/Reference.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Reference.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2004-04-14 11:54:07 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:18:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include <com/sun/star/uno/Reference.h> #endif +#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ +#include <com/sun/star/uno/RuntimeException.hpp> +#endif #ifndef _COM_SUN_STAR_UNO_XINTERFACE_HDL_ #include <com/sun/star/uno/XInterface.hdl> #endif |