diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-11-12 09:10:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-11-12 09:10:49 +0000 |
commit | c230424848fc236e48e1b191f97c77f02c812ac3 (patch) | |
tree | 043d14e49d2c91466cbf515ddfe6a62febe6a120 /toolkit/source/awt/vclxtoolkit.cxx | |
parent | 3297af99d8a0458ff97fb4b677f1185245928e7f (diff) |
#100000# KSO: header clash for windows
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 72bf842fce48..7d1685d84f4c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxtoolkit.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: mt $ $Date: 2002-10-11 08:55:48 $ + * last change: $Author: vg $ $Date: 2002-11-12 10:10:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,10 @@ * ************************************************************************/ +#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ +#include <com/sun/star/beans/PropertyAttribute.hpp> +#endif + #ifndef _SVWIN_HXX #include <tools/svwin.h> #endif |