summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAbdallah Elhdad <abdallah31009448@f-eng.tanta.edu.eg>2023-03-02 13:43:15 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-03-02 15:24:38 +0000
commit83cd42f8e3f88e5161c5164c3494a01b2ff9f08c (patch)
tree98d3b7470a1291592c422e7789b4d7eff00c9b8f /i18npool
parentfa98b310d7dc4838aa45583a2dc9758442b06183 (diff)
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.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/LocaleNode.hxx5
1 files changed, 1 insertions, 4 deletions
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: */