diff --git a/include/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx index 9c55fcc6a5d5..629941044dde 100644 --- a/include/codemaker/commoncpp.hxx +++ b/include/codemaker/commoncpp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CODEMAKER_COMMONCPP_HXX -#define INCLUDED_CODEMAKER_COMMONCPP_HXX +#pragma once #include @@ -56,9 +55,6 @@ rtl::OString translateUnoToCppIdentifier( rtl::OString const & identifier, std::string_view prefix, IdentifierTranslationMode transmode = IdentifierTranslationMode::Global, rtl::OString const * forbidden = nullptr); - } -#endif // INCLUDED_CODEMAKER_COMMONCPP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */