diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index c8911aadef2d..e8c163c7e988 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_I18NPOOL_SOURCE_LOCALEDATA_LOCALENODE_HXX -#define INCLUDED_I18NPOOL_SOURCE_LOCALEDATA_LOCALENODE_HXX +#pragma once #include #include @@ -221,6 +220,4 @@ public: virtual void generateCode (const OFileWriter &of) const override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */