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