diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-05-10 09:49:31 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-05-10 09:49:31 +0000 |
commit | 61123ae95e8b990e796a785f0b2b86df91560272 (patch) | |
tree | c98d63f7f7e04b6620bda53263697455851d420a /salhelper/inc | |
parent | 9768dd5ab1dcd6915da0d73217579d66016a5755 (diff) |
new string api
Diffstat (limited to 'salhelper/inc')
-rw-r--r-- | salhelper/inc/salhelper/dynload.hxx | 6 |
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_ |