summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-05-10 09:49:31 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-05-10 09:49:31 +0000
commit61123ae95e8b990e796a785f0b2b86df91560272 (patch)
treec98d63f7f7e04b6620bda53263697455851d420a /salhelper
parent9768dd5ab1dcd6915da0d73217579d66016a5755 (diff)
new string api
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/dynload.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/inc/salhelper/dynload.hxx b/salhelper/inc/salhelper/dynload.hxx
index 65a5fa73d4ad..ea0ac277a047 100644
--- a/salhelper/inc/salhelper/dynload.hxx
+++ b/salhelper/inc/salhelper/dynload.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dynload.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-28 11:02:29 $
+ * last change: $Author: pl $ $Date: 2001-05-10 10:49:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#endif
#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#include <rtl/ustring.hxx>
#endif
#ifndef _OSL_MODULE_H_