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>
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx
index 3bafc4e..ff01d66 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 @@

}

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */