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
commit78588fb3b488987c63e73730d12542d4a7c3a8fe (patch)
treea5a61cbe5691f5105eb7ecaec79a420527f9f023 /salhelper
parent28861b6b9de8e418589b664bf574121d0e949996 (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 280e7d484..8397b10c3 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_