i18npool/source/search/textsearch.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit ee65218d9e74fc787520830f29f74e1ac61383ea
Author:     Achintya Sharma <sharmaachinty...@gmail.com>
AuthorDate: Thu Nov 23 15:15:48 2023 +0530
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Thu Nov 23 15:56:03 2023 +0100

    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 <20001...@ymail.ne.jp>

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: */

Reply via email to