diff options
Diffstat (limited to 'unoxml/inc/eventdispatcher.hxx')
-rw-r--r-- | unoxml/inc/eventdispatcher.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unoxml/inc/eventdispatcher.hxx b/unoxml/inc/eventdispatcher.hxx index 10bcb0a440c4..9ecd42585d3c 100644 --- a/unoxml/inc/eventdispatcher.hxx +++ b/unoxml/inc/eventdispatcher.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNOXML_INC_EVENTDISPATCHER_HXX -#define INCLUDED_UNOXML_INC_EVENTDISPATCHER_HXX +#pragma once #include <map> @@ -78,6 +77,4 @@ public: }} -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |