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