[Libreoffice-commits] core.git: i18npool/inc

Burak Bala (via logerrit) logerrit at kemper.freedesktop.org
Sat Jan 25 16:51:40 UTC 2020


 i18npool/inc/textToPronounce_zh.hxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit db421c41a5cf50303b72a8fd32cd29c500cc113f
Author:     Burak Bala <burak.bala at ogr.sakarya.edu.tr>
AuthorDate: Sat Jan 25 15:08:55 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sat Jan 25 17:51:07 2020 +0100

    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 at collabora.com>

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: */


More information about the Libreoffice-commits mailing list