summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAchintya Sharma <sharmaachintya08@gmail.com>2023-11-23 15:15:48 +0530
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-23 15:56:03 +0100
commitee65218d9e74fc787520830f29f74e1ac61383ea (patch)
tree1dc2fed5aa21414129597280f53a7772d7517e06 /i18npool
parentcb753911e3df1531e8b77027fa34e952566052eb (diff)
tdf#143148 use pragma once instead of include guards
Change-Id: Icc27e0ebb8fe68d1171e7075e93e7ca74569c0b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159860 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/search/textsearch.hxx5
1 files changed, 1 insertions, 4 deletions
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 <cppuhelper/implbase.hxx>
#include <com/sun/star/util/XTextSearch2.hpp>
@@ -156,6 +155,4 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */