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

New commits:
commit 83cd42f8e3f88e5161c5164c3494a01b2ff9f08c
Author:     Abdallah Elhdad <abdallah31009...@f-eng.tanta.edu.eg>
AuthorDate: Thu Mar 2 13:43:15 2023 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Mar 2 15:24:38 2023 +0000

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: Iddda2d30dce37fd90ce8c1834666f2baf8bd7fb3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148116
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/i18npool/source/localedata/LocaleNode.hxx 
b/i18npool/source/localedata/LocaleNode.hxx
index c8911aadef2d..e8c163c7e988 100644
--- a/i18npool/source/localedata/LocaleNode.hxx
+++ b/i18npool/source/localedata/LocaleNode.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_I18NPOOL_SOURCE_LOCALEDATA_LOCALENODE_HXX
-#define INCLUDED_I18NPOOL_SOURCE_LOCALEDATA_LOCALENODE_HXX
+#pragma once
 
 #include <string>
 #include <string_view>
@@ -221,6 +220,4 @@ public:
     virtual void generateCode (const OFileWriter &of) const override;
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to