summaryrefslogtreecommitdiff
path: root/include/unotools/eventlisteneradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/eventlisteneradapter.hxx')
-rw-r--r--include/unotools/eventlisteneradapter.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/unotools/eventlisteneradapter.hxx b/include/unotools/eventlisteneradapter.hxx
index 74f608922ba4..b3eeb4d5a052 100644
--- a/include/unotools/eventlisteneradapter.hxx
+++ b/include/unotools/eventlisteneradapter.hxx
@@ -21,9 +21,12 @@
#define INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX
#include <unotools/unotoolsdllapi.h>
-#include <com/sun/star/lang/XComponent.hpp>
+#include <com/sun/star/lang/EventObject.hpp>
#include <memory>
+namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
+namespace com { namespace sun { namespace star { namespace lang { class XComponent; } } } }
+
namespace utl
{