diff options
Diffstat (limited to 'unoxml/inc/event.hxx')
-rw-r--r-- | unoxml/inc/event.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/inc/event.hxx b/unoxml/inc/event.hxx index f44bb35f9b3b..c33d8f9d3b3c 100644 --- a/unoxml/inc/event.hxx +++ b/unoxml/inc/event.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNOXML_INC_EVENT_HXX -#define INCLUDED_UNOXML_INC_EVENT_HXX +#pragma once #include <sal/types.h> @@ -66,6 +65,5 @@ public: sal_Bool cancelableArg) override; }; } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |