summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 17:43:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 17:43:10 +0000
commit479be99e22f81b06fcc7bdfa2093a3a967629943 (patch)
treede97cfcce162ecc8f615f4800df7b9e3cdc9bcc2 /configmgr
parent4cb7799f0b37c574c2c60122ae1fee39fd37016b (diff)
#65293#: includes
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/broadcaster.hxx15
-rw-r--r--configmgr/source/api2/confignotifier.hxx9
2 files changed, 12 insertions, 12 deletions
diff --git a/configmgr/source/api2/broadcaster.hxx b/configmgr/source/api2/broadcaster.hxx
index 99de76f138d1..237f88f37c8d 100644
--- a/configmgr/source/api2/broadcaster.hxx
+++ b/configmgr/source/api2/broadcaster.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: broadcaster.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2001-02-13 17:15:37 $
+ * last change: $Author: hr $ $Date: 2001-09-27 18:43:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,16 +62,13 @@
#ifndef CONFIGMGR_API_BROADCASTER_HXX_
#define CONFIGMGR_API_BROADCASTER_HXX_
+#ifndef _COM_SUN_STAR_BEANS_PROPERTYVETOEXCEPTION_HPP_
+#include <com/sun/star/beans/PropertyVetoException.hpp>
+#endif
+
#include "apitypes.hxx"
#include <vos/ref.hxx>
-namespace com { namespace sun { namespace star {
- namespace beans
- {
- class PropertyVetoException;
- }
-} } }
-
namespace configmgr
{
namespace configuration
diff --git a/configmgr/source/api2/confignotifier.hxx b/configmgr/source/api2/confignotifier.hxx
index 3fcc01bc3ce9..1b98e9b631c8 100644
--- a/configmgr/source/api2/confignotifier.hxx
+++ b/configmgr/source/api2/confignotifier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confignotifier.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jb $ $Date: 2001-06-20 20:28:26 $
+ * last change: $Author: hr $ $Date: 2001-09-27 18:43:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,10 @@
#include "configpath.hxx"
#include <vos/ref.hxx>
+#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
+#include <com/sun/star/lang/DisposedException.hpp>
+#endif
+
namespace com { namespace sun { namespace star {
namespace beans
{
@@ -78,7 +82,6 @@ namespace com { namespace sun { namespace star {
namespace lang
{
class XEventListener;
- class DisposedException;
struct EventObject;
}
namespace container { class XContainerListener; }