summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-02-07 14:56:10 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-02-07 14:56:10 +0000
commit2dc29c8cafba3c28ad15b0b953164b3d7e7a762c (patch)
treec1b33cd290f6edb52eb0380da4823b7718e58a7e /toolkit
parent9fd0a93c9e4f6da7ea202111293e69f5535fceeb (diff)
#65293# corrected case
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindow.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindow.hxx b/toolkit/inc/toolkit/awt/vclxwindow.hxx
index 691a8867ba17..08f2125c8911 100644
--- a/toolkit/inc/toolkit/awt/vclxwindow.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindow.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindow.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hjs $ $Date: 2002-02-07 14:39:37 $
+ * last change: $Author: hjs $ $Date: 2002-02-07 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,10 +78,10 @@
#ifndef _COM_SUN_STAR_AWT_XPOINTER_HPP_
#include <com/sun/star/awt/XPointer.hpp>
#endif
-#ifndef _COM_SUN_STAR_AWT_XGraphics_HPP_
+#ifndef _COM_SUN_STAR_AWT_XGRAPHICS_HPP_
#include <com/sun/star/awt/XGraphics.hpp>
#endif
-#ifndef _COM_SUN_STAR_BEANS_XXPropertyChangeListener_HPP_
+#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#endif
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HDL_