summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implbase.cxx
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
commitd51370de64dca8b7ca2e2306a8ce776a53ce2818 (patch)
treeedaf07a893df88736e0d4254261fd68edbda7a3e /cppuhelper/source/implbase.cxx
parente711e3c3a09f4a710d2d622db46376f0f31e0599 (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/source/implbase.cxx')
-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 3069a4f34092..c68e5bc2784b 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;