summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-11-12 13:11:37 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-11-12 13:11:37 +0000
commit6c25a57342dc1b96d00a8af85e0144b6c90d6d59 (patch)
treeef4e1b93d784ce1e13f4ffd2d78311923925bd2e
parent634ff9dcf99e4fcbd182f86706f38abdda5b8bea (diff)
#100000# - Reordered headers to avoid compile problem on Windows.
-rw-r--r--extensions/source/plugin/inc/plugin/impl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/plugin/inc/plugin/impl.hxx b/extensions/source/plugin/inc/plugin/impl.hxx
index 9d80a9104c5d..6224c84c17f9 100644
--- a/extensions/source/plugin/inc/plugin/impl.hxx
+++ b/extensions/source/plugin/inc/plugin/impl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2001-11-02 11:34:07 $
+ * last change: $Author: kso $ $Date: 2002-11-12 14:11:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#ifndef _COM_SUN_STAR_AWT_KEYFUNCTION_HPP_
#include <com/sun/star/awt/KeyFunction.hpp>
#endif
+#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
+#include <com/sun/star/beans/PropertyAttribute.hpp>
+#endif
#ifndef _COM_SUN_STAR_PLUGIN_PLUGINMODE_HPP_
#include <com/sun/star/plugin/PluginMode.hpp>
#endif