summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:21:29 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:21:29 +0000
commit16cea0db04053ea1b9ef7b7789f91c506b17f907 (patch)
treeed7f45d9b40b9572996e36a84bd2e5bf2d124e13 /cppuhelper/source/macro_expander.cxx
parentca36dbb430532b40175bb81f9bcf05ee2db320a5 (diff)
INTEGRATION: CWS sb18 (1.5.24); FILE MERGED
2004/05/14 12:54:27 sb 1.5.24.1: #i21150# Missing includes.
Diffstat (limited to 'cppuhelper/source/macro_expander.cxx')
-rw-r--r--cppuhelper/source/macro_expander.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx
index 577336dd9daa..bd8fb3d6317a 100644
--- a/cppuhelper/source/macro_expander.cxx
+++ b/cppuhelper/source/macro_expander.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macro_expander.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 23:15:26 $
+ * last change: $Author: obo $ $Date: 2004-06-04 03:21:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/util/XMacroExpander.hpp>
+#include "com/sun/star/uno/RuntimeException.hpp"
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
#define SERVICE_NAME_A "com.sun.star.lang.MacroExpander"