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

New commits:
commit abbdb9cf2a40132f67cd6e0f2e9ad686ff36798b
Author:     Yli875 <qq3202390...@gmail.com>
AuthorDate: Tue Aug 29 02:25:08 2023 -0700
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 30 07:11:36 2023 +0200

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I84408aa0d48dd7804b70d012c85035e0572fa4e0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156256
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/i18npool/source/search/levdis.hxx 
b/i18npool/source/search/levdis.hxx
index c58fba842ef0..b378c03cff4e 100644
--- a/i18npool/source/search/levdis.hxx
+++ b/i18npool/source/search/levdis.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_I18NPOOL_SOURCE_SEARCH_LEVDIS_HXX
-#define INCLUDED_I18NPOOL_SOURCE_SEARCH_LEVDIS_HXX
+#pragma once
 
 #include <sal/types.h>
 #include <memory>
@@ -209,6 +208,4 @@ public:
 };
 
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to