summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:32:19 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:32:19 +0000
commit780255ecf9edde9664ed7a9c97427a267199601c (patch)
treeba77f51fcf7c041a742c0a030d64dd574553fb49 /stoc
parentfc7366d32942b978235fe95581a301c0b7cc61f0 (diff)
INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/05/12 11:33:27 sb 1.2.4.1: #i21150# Missing includes.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/functiondescription.cxx5
-rw-r--r--stoc/source/registry_tdprovider/methoddescription.cxx5
2 files changed, 6 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/functiondescription.cxx b/stoc/source/registry_tdprovider/functiondescription.cxx
index 265ddfe04e73..5bf4e7280363 100644
--- a/stoc/source/registry_tdprovider/functiondescription.cxx
+++ b/stoc/source/registry_tdprovider/functiondescription.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: functiondescription.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:14:12 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:31:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,7 @@
#include "com/sun/star/reflection/XCompoundTypeDescription.hpp"
#include "com/sun/star/uno/Any.hxx"
#include "com/sun/star/uno/Reference.hxx"
+#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/Sequence.hxx"
#include "com/sun/star/uno/TypeClass.hpp"
#include "com/sun/star/uno/XInterface.hpp"
diff --git a/stoc/source/registry_tdprovider/methoddescription.cxx b/stoc/source/registry_tdprovider/methoddescription.cxx
index 145eafe85fcb..4a4da9907a84 100644
--- a/stoc/source/registry_tdprovider/methoddescription.cxx
+++ b/stoc/source/registry_tdprovider/methoddescription.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: methoddescription.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:14:47 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:32:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,7 @@
#include "com/sun/star/reflection/XParameter.hpp"
#include "com/sun/star/reflection/XTypeDescription.hpp"
#include "com/sun/star/uno/Reference.hxx"
+#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/Sequence.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/weak.hxx"