diff options
author | Burak Bala <burak.bala@ogr.sakarya.edu.tr> | 2020-01-25 15:08:55 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-01-25 17:51:07 +0100 |
commit | db421c41a5cf50303b72a8fd32cd29c500cc113f (patch) | |
tree | 19904cf49fb72a473a6061ded6000fcfab2f9dd6 /i18npool | |
parent | d080b07e9a9b6b6c0848debd75c94240c4d45c1e (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: I95f09f5bb969107b0736a72b739ccce078582c6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87387
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/textToPronounce_zh.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx index 3bafc4e70ce7..ff01d6624ca3 100644 --- a/i18npool/inc/textToPronounce_zh.hxx +++ b/i18npool/inc/textToPronounce_zh.hxx @@ -16,8 +16,8 @@ * 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_INC_TEXTTOPRONOUNCE_ZH_HXX -#define INCLUDED_I18NPOOL_INC_TEXTTOPRONOUNCE_ZH_HXX + +#pragma once #include "transliteration_Ignore.hxx" #include <osl/module.hxx> @@ -70,6 +70,4 @@ TRANSLITERATION_TextToPronounce_zh( TextToChuyin_zh_TW) } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |