summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crefl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:30:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:30:09 +0000
commitd1e802a212971c884fdf12d86c57d8f0e8fdad9f (patch)
treeff810f4d02bfa16ca5e8b3e420bc9fc11427343c /stoc/source/corereflection/crefl.cxx
parent52906dc471760e2e045ab9290967c411afc662b1 (diff)
INTEGRATION: CWS sb18 (1.9.84); FILE MERGED
2004/05/12 11:33:24 sb 1.9.84.1: #i21150# Missing includes.
Diffstat (limited to 'stoc/source/corereflection/crefl.cxx')
-rw-r--r--stoc/source/corereflection/crefl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx
index 824c080056d7..13db6914b146 100644
--- a/stoc/source/corereflection/crefl.cxx
+++ b/stoc/source/corereflection/crefl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crefl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 17:12:46 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:30:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,7 @@
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/reflection/XTypeDescription.hpp>
+#include "com/sun/star/uno/RuntimeException.hpp"
using namespace com::sun::star;
using namespace com::sun::star::lang;