summaryrefslogtreecommitdiff
path: root/cppuhelper/source/exc_thrower.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:20:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:20:49 +0000
commiteb67436c2878afd589591094b0ec3b252bc03cb8 (patch)
tree576ea2d058d0a061493c66f81630a29cf429af8f /cppuhelper/source/exc_thrower.cxx
parent6ebbda52009860a45ad0d051f0c190feb5c2d3d6 (diff)
INTEGRATION: CWS sb18 (1.5.32); FILE MERGED
2004/05/14 12:54:27 sb 1.5.32.1: #i21150# Missing includes.
Diffstat (limited to 'cppuhelper/source/exc_thrower.cxx')
-rw-r--r--cppuhelper/source/exc_thrower.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx
index 9eedd3f53..85321a70f 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exc_thrower.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-10-06 12:55:55 $
+ * last change: $Author: obo $ $Date: 2004-06-04 03:20:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,7 @@
#include "uno/dispatcher.hxx"
#include "uno/mapping.hxx"
#include "cppu/XExceptionThrower.hpp"
+#include "com/sun/star/uno/RuntimeException.hpp"
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )