summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-07-02 12:36:36 +0000
committerAndreas Schlüns <as@openoffice.org>2001-07-02 12:36:36 +0000
commitee10403897adcd874d743a9ffb4654bf3e9a66a2 (patch)
treeb20b69ea0422d6538e0f1062be9e378b628f662a /framework
parentc0b62bb438e4791e8f0e1615d2f387d2778273cd (diff)
#79955# right include for interfacecontainer
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/stdtypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h
index ddefd5552fdd..f8e052450a02 100644
--- a/framework/inc/stdtypes.h
+++ b/framework/inc/stdtypes.h
@@ -2,9 +2,9 @@
*
* $RCSfile: stdtypes.h,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2001-06-13 05:56:58 $
+ * last change: $Author: as $ $Date: 2001-07-02 13:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,8 @@
// other includes
//_________________________________________________________________________________________________________________
-#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
-#include <cppuhelper/interfacecontainer.h>
+#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
+#include <cppuhelper/interfacecontainer.hxx>
#endif
#ifndef _RTL_USTRING_HXX_