summaryrefslogtreecommitdiff
path: root/i18npool/inc/numtotext_cjk.hxx
diff options
context:
space:
mode:
authorHarjot <harjotsingh20022001@gmail.com>2021-11-17 19:48:56 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-11-21 14:40:56 +0100
commit805fd18d934c7323f678eb4df2f4b770ea8184f1 (patch)
treee7e471c8aa463ef6e384b803d23eb656e74b498d /i18npool/inc/numtotext_cjk.hxx
parent7ef421dbfbfd486f235a7c5bdbd856b8ee9d62ea (diff)
tdf#143148 Use pragma once in i18npool
Change-Id: Id67d8926fdc1616add1bd9de051911b2aae030e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125419 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'i18npool/inc/numtotext_cjk.hxx')
-rw-r--r--i18npool/inc/numtotext_cjk.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/i18npool/inc/numtotext_cjk.hxx b/i18npool/inc/numtotext_cjk.hxx
index 56f7b5f0235e..68518e3cc546 100644
--- a/i18npool/inc/numtotext_cjk.hxx
+++ b/i18npool/inc/numtotext_cjk.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
-#define INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
+#pragma once
#include "transliteration_Numeric.hxx"
@@ -66,6 +65,4 @@ TRANSLITERATION_NUMTOTEXT_CJK ( HangulCircledSyllable_ko )
}
-#endif // INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */