diff options
Diffstat (limited to 'unoxml/inc/mouseevent.hxx')
-rw-r--r-- | unoxml/inc/mouseevent.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/inc/mouseevent.hxx b/unoxml/inc/mouseevent.hxx index d88b1208e971..1b4ffe391cb9 100644 --- a/unoxml/inc/mouseevent.hxx +++ b/unoxml/inc/mouseevent.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNOXML_INC_MOUSEEVENT_HXX -#define INCLUDED_UNOXML_INC_MOUSEEVENT_HXX +#pragma once #include <com/sun/star/xml/dom/events/PhaseType.hpp> #include <com/sun/star/xml/dom/events/XMouseEvent.hpp> @@ -99,6 +98,5 @@ public: sal_Bool cancelableArg) override; }; } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |