diff options
Diffstat (limited to 'xmloff/inc/XMLEventImportHelper.hxx')
-rw-r--r-- | xmloff/inc/XMLEventImportHelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx index 0f0c15b292c5..ccb475ac122d 100644 --- a/xmloff/inc/XMLEventImportHelper.hxx +++ b/xmloff/inc/XMLEventImportHelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLEVENTIMPORTHELPER_HXX -#define INCLUDED_XMLOFF_INC_XMLEVENTIMPORTHELPER_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <xmloff/xmlevent.hxx> @@ -91,6 +90,4 @@ public: }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |