summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:20:36 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:20:36 +0000
commit3e8dbc065ad8683cb2bf14e484a2dafdf8aafa08 (patch)
treee32d3abb136d4f4e716efe4575936fb0f0bd28d9 /cppuhelper
parent0e78aee3f0caaf325cf2aa5cf578e202b894b474 (diff)
INTEGRATION: CWS sb18 (1.23.24); FILE MERGED
2004/05/14 12:54:27 sb 1.23.24.1: #i21150# Missing includes.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/component_context.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx
index 546a68451568..f431d4beeffa 100644
--- a/cppuhelper/source/component_context.cxx
+++ b/cppuhelper/source/component_context.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: component_context.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 23:14:41 $
+ * last change: $Author: obo $ $Date: 2004-06-04 03:20:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
+#include "com/sun/star/uno/RuntimeException.hpp"
#include <hash_map>