diff --git a/i18npool/source/search/textsearch.hxx b/i18npool/source/search/textsearch.hxx index 43a643537a3a..10c1d59e23a3 100644 --- a/i18npool/source/search/textsearch.hxx +++ b/i18npool/source/search/textsearch.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_I18NPOOL_SOURCE_SEARCH_TEXTSEARCH_HXX -#define INCLUDED_I18NPOOL_SOURCE_SEARCH_TEXTSEARCH_HXX +#pragma once #include #include @@ -156,6 +155,4 @@ public: virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */