summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:21:03 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:21:03 +0000
commit07b1b1f97b01840f78309c8d5dd19c188cad54f7 (patch)
tree68eb84f21e3ae29ae4a83f9c792ba1c8a4537e48 /cppuhelper
parenteb67436c2878afd589591094b0ec3b252bc03cb8 (diff)
INTEGRATION: CWS sb18 (1.13.24); FILE MERGED
2004/05/14 12:54:27 sb 1.13.24.1: #i21150# Missing includes.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/implbase.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index 3069a4f34..c68e5bc27 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 23:15:12 $
+ * last change: $Author: obo $ $Date: 2004-06-04 03:21:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@
#endif
#include <com/sun/star/lang/XComponent.hpp>
+#include "com/sun/star/uno/RuntimeException.hpp"
using namespace ::osl;
using namespace ::rtl;