diff options
Diffstat (limited to 'unoxml/inc/event.hxx')
-rw-r--r-- | unoxml/inc/event.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/inc/event.hxx b/unoxml/inc/event.hxx index d024ea9ce5b9..f44bb35f9b3b 100644 --- a/unoxml/inc/event.hxx +++ b/unoxml/inc/event.hxx @@ -29,7 +29,7 @@ #include <cppuhelper/implbase.hxx> -namespace DOM {namespace events +namespace DOM::events { class CEvent : public cppu::WeakImplHelper< css::xml::dom::events::XEvent > { @@ -65,7 +65,7 @@ public: sal_Bool canBubbleArg, sal_Bool cancelableArg) override; }; -}} +} #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |