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