bridges/source/cpp_uno/gcc3_ios/rtti.h |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 5aad816758652e5a4112527cf477d84e72a724ba
Author:     am.faraji <am.faraj...@gmail.com>
AuthorDate: Sat Jul 9 22:21:55 2022 +0430
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Sun Jul 10 21:52:47 2022 +0200

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I7bd02dba44a8bc62da660bcb7500960ef14172a1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136939
    Tested-by: Hossein <hoss...@libreoffice.org>
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/bridges/source/cpp_uno/gcc3_ios/rtti.h 
b/bridges/source/cpp_uno/gcc3_ios/rtti.h
index fd8ef3715082..88413ea27a18 100644
--- a/bridges/source/cpp_uno/gcc3_ios/rtti.h
+++ b/bridges/source/cpp_uno/gcc3_ios/rtti.h
@@ -25,8 +25,8 @@
 // the GNU General Public License.
 //
 // Written by Nathan Sidwell, Codesourcery LLC, <nat...@codesourcery.com>
-#ifndef __RTTI_H
-#define __RTTI_H
+
+#pragma once
 
 #include <typeinfo>
 
@@ -405,6 +405,3 @@ namespace __cxxabiv1
 
 // User programs should use the alias `abi'.
 namespace abi = __cxxabiv1;
-
-
-#endif // __RTTI_H

Reply via email to