summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:45:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:45:22 +0000
commit2f44427e61da6f16702da1c9d22ace25140df907 (patch)
tree7d25bafe1f6bac899ef36873292390d6e9ec6f6f /extensions
parent9802a7873f0196217d5578b122db2fa0e600ee2a (diff)
INTEGRATION: CWS warnings01 (1.4.140); FILE MERGED
2006/06/02 10:32:22 sb 1.4.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/servreg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/ole/servreg.cxx b/extensions/source/ole/servreg.cxx
index 075c195fb864..3336881a55f7 100644
--- a/extensions/source/ole/servreg.cxx
+++ b/extensions/source/ole/servreg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: servreg.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:45:19 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:45:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,8 +36,8 @@
#include <osl/time.h>
#include "ole2uno.hxx"
#include "servprov.hxx"
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
#endif
#ifndef _CPPUHELPER_FACTORY_HXX_
#include <cppuhelper/factory.hxx>