summaryrefslogtreecommitdiff
path: root/framework/inc/macros/xinterface.hxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-05-21 05:13:00 +0000
committerAndreas Schlüns <as@openoffice.org>2001-05-21 05:13:00 +0000
commit9bf77392a68a26387eede5ad7fd86502591e9dcc (patch)
tree0c78291a936ccc63e7487d2e9e704ba4e64a41c6 /framework/inc/macros/xinterface.hxx
parent59ae454c01b2d95fc79cb6c576694556631d72ca (diff)
#86171# right uno includes
Diffstat (limited to 'framework/inc/macros/xinterface.hxx')
-rw-r--r--framework/inc/macros/xinterface.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx
index 6fe9ff7ed6ed..9b647cbcdad7 100644
--- a/framework/inc/macros/xinterface.hxx
+++ b/framework/inc/macros/xinterface.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xinterface.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2001-05-15 05:41:54 $
+ * last change: $Author: as $ $Date: 2001-05-21 06:11:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,16 +78,16 @@
// other includes
//_________________________________________________________________________________________________________________
-#ifndef _COM_SUN_STAR_UNO_ANY_H_
-#include <com/sun/star/uno/Any.h>
+#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
+#include <com/sun/star/uno/Any.hxx>
#endif
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
-#include <com/sun/star/uno/Reference.h>
+#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
+#include <com/sun/star/uno/Reference.hxx>
#endif
-#ifndef _COM_SUN_STAR_UNO_TYPE_H_
-#include <com/sun/star/uno/Type.h>
+#ifndef _COM_SUN_STAR_UNO_TYPE_HXX_
+#include <com/sun/star/uno/Type.hxx>
#endif
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_