summaryrefslogtreecommitdiff
path: root/unoxml/inc/uievent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/inc/uievent.hxx')
-rw-r--r--unoxml/inc/uievent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/inc/uievent.hxx b/unoxml/inc/uievent.hxx
index fc599a2e5428..4f449cd3dfaf 100644
--- a/unoxml/inc/uievent.hxx
+++ b/unoxml/inc/uievent.hxx
@@ -30,7 +30,7 @@
#include "event.hxx"
-namespace DOM { namespace events {
+namespace DOM::events {
typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > CUIEvent_Base;
@@ -66,7 +66,7 @@ public:
sal_Bool canBubbleArg,
sal_Bool cancelableArg) override;
};
-}}
+}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */