diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-02-07 13:39:37 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-02-07 13:39:37 +0000 |
commit | b2964060b15ad03e06f81ca6ce5b937f077f3207 (patch) | |
tree | 2ab5d9f5c926f05ee0abe49cef84a358d6098749 /toolkit | |
parent | 9e7ad8fab2fae394d4a0cc08e6c0d65cef567849 (diff) |
#65293# missing include
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxwindow.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindow.hxx b/toolkit/inc/toolkit/awt/vclxwindow.hxx index 6086def62a2d..691a8867ba17 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mt $ $Date: 2002-01-29 12:54:56 $ + * last change: $Author: hjs $ $Date: 2002-02-07 14:39:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,9 @@ #ifndef _COM_SUN_STAR_AWT_XGraphics_HPP_ #include <com/sun/star/awt/XGraphics.hpp> #endif +#ifndef _COM_SUN_STAR_BEANS_XXPropertyChangeListener_HPP_ +#include <com/sun/star/beans/XPropertyChangeListener.hpp> +#endif #ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HDL_ #include <drafts/com/sun/star/accessibility/XAccessible.hpp> #endif |