include/codemaker/commoncpp.hxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 18bc7b514c31270af37e98a0183eb34ed7970265
Author:     Ankit_Jaipuriar <[email protected]>
AuthorDate: Fri Sep 22 09:23:21 2023 +0530
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sat Sep 23 19:56:37 2023 +0200

    tdf#143148: Use pragma once instead of include guards
    
    Change-Id: Ied9c8342cdfa44d6a468a39acbb577af79ef1e1f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157164
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <[email protected]>
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/include/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx
index 9c55fcc6a5d5..629941044dde 100644
--- a/include/codemaker/commoncpp.hxx
+++ b/include/codemaker/commoncpp.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CODEMAKER_COMMONCPP_HXX
-#define INCLUDED_CODEMAKER_COMMONCPP_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -56,9 +55,6 @@ rtl::OString translateUnoToCppIdentifier(
     rtl::OString const & identifier, std::string_view prefix,
     IdentifierTranslationMode transmode = IdentifierTranslationMode::Global,
     rtl::OString const * forbidden = nullptr);
-
 }
 
-#endif // INCLUDED_CODEMAKER_COMMONCPP_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to