summaryrefslogtreecommitdiff
path: root/unoxml/source/events/uievent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/uievent.hxx')
-rw-r--r--unoxml/source/events/uievent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/events/uievent.hxx b/unoxml/source/events/uievent.hxx
index fbf5744bc2e7..4d197b2876ef 100644
--- a/unoxml/source/events/uievent.hxx
+++ b/unoxml/source/events/uievent.hxx
@@ -26,13 +26,13 @@
#include <com/sun/star/xml/dom/events/XUIEvent.hpp>
#include <com/sun/star/xml/dom/views/XAbstractView.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include "event.hxx"
namespace DOM { namespace events {
-typedef ::cppu::ImplInheritanceHelper1< CEvent, css::xml::dom::events::XUIEvent > CUIEvent_Base;
+typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > CUIEvent_Base;
class CUIEvent
: public CUIEvent_Base