summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-05-10 10:34:11 +0000
committerth <th@openoffice.org>2001-05-10 10:34:11 +0000
commit153a89b4636efe624525548a6a0e5170c36450ce (patch)
tree3627484bc58a837ada7c6c26c7f8e341f6b7d842 /unotools/inc/unotools/configmgr.hxx
parent0d91d4bd70c71f5f4501bfc684801670c19f4866 (diff)
rtl/ustring --> rtl/ustring.hxx
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index 46268eb774af..12da49bd828c 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: pb $ $Date: 2001-01-23 11:51:52 $
+ * last change: $Author: th $ $Date: 2001-05-10 11:34:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,8 +68,8 @@
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
#include <com/sun/star/uno/Any.hxx>
#endif
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
//-----------------------------------------------------------------------------