diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-05-14 10:52:24 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-05-14 10:52:24 +0000 |
commit | 38ce53ee52c135266ea021a14f0b876f0b1ab80d (patch) | |
tree | dba9ea965798c42f62b1ab388ef06177edb1f801 /sfx2/inc/frmload.hxx | |
parent | 0abbd65247f1527153ca8692d453bca72052a023 (diff) |
rtl string api change
Diffstat (limited to 'sfx2/inc/frmload.hxx')
-rw-r--r-- | sfx2/inc/frmload.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index b4d490f16bf7..9c54108c8fb2 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frmload.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2001-02-01 08:56:20 $ + * last change: $Author: cd $ $Date: 2001-05-14 11:52:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,8 +67,8 @@ #endif #ifdef TF_FILTER//MUSTFILTER - #ifndef _RTL_USTRING_ - #include <rtl/ustring> + #ifndef _RTL_USTRING_HXX_ + #include <rtl/ustring.hxx> #endif #ifndef _TOOLS_DEBUG_HXX |