summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 13:23:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 13:23:33 +0000
commit1c670e343268e598eb3bfde16fba64bbdc23ee16 (patch)
tree6484b9a00fac486d6412f668e73068d69a31d88f /svtools
parent510ba704f78044077ec4d050bb4d77857291c84b (diff)
#65293#: includes
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/urihelper.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/svtools/inc/urihelper.hxx b/svtools/inc/urihelper.hxx
index 6656b0d22c3c..dc8a21418159 100644
--- a/svtools/inc/urihelper.hxx
+++ b/svtools/inc/urihelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urihelper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:58:54 $
+ * last change: $Author: hr $ $Date: 2001-09-28 14:23:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SVTOOLS_URIHELPER_HXX
#define SVTOOLS_URIHELPER_HXX
+#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
+#include <com/sun/star/uno/RuntimeException.hpp>
+#endif
+
#ifndef _RTL_TEXTENC_H
#include <rtl/textenc.h>
#endif
@@ -75,9 +79,6 @@
#include <tools/urlobj.hxx>
#endif
-namespace com { namespace sun { namespace star { namespace uno {
- class RuntimeException;
-} } } }
class ByteString;
class CharClass;
class UniString;