diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:30:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:30:55 +0000 |
commit | 1d69fbf389fd4ab5fba3a45fb4e74eea4846bbb8 (patch) | |
tree | f8d2fc6af1ec8d081bddf39d4d667bba74d5cc7b | |
parent | 6c2458dee605aee3a3237eda1ced0bdc06225caf (diff) |
INTEGRATION: CWS sb18 (1.13.34); FILE MERGED
2004/05/12 11:33:26 sb 1.13.34.1: #i21150# Missing includes.
-rw-r--r-- | stoc/source/invocation_adapterfactory/iafactory.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 5a50341c5709..1dbd0772659a 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iafactory.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2003-12-01 17:59:47 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:30:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/reflection/InvocationTargetException.hpp> +#include "com/sun/star/uno/RuntimeException.hpp" #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) |